-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not locate PDF on 'url' #4
Comments
I'm not sure this is what you want? Can you try one of the the following? // REPLACE 'file' WITH 'browser', 'download', 'string', or 'file' for output options
$pdf->merge('file', 'samplepdfs/TEST2.pdf'); // file output
$pdf->merge('browser', 'samplepdfs/TEST2.pdf'); // show in browser
$pdf->merge('download', 'samplepdfs/TEST2.pdf'); // force download dialog |
I have the same problem it looks like it doesn't pass the "file_exists". So it already breaks at the "addPDF" function. Could not locate PDF on 'http://hellocave.s3.amazonaws.com/employee-contracts/2017-03-08-070330_58bfb38ed4c74.pdf' |
@MarvinVk let me check. With day to day operation in 9 to 5 work, I really don't have enough time to check on this project anymore. Few years back, I simply just forked from original developers and this repo become widely used for merging PDF files.. |
Each time I try, I get this error. But when I do access the URL, the PDF is shown normally. Any ideas?
The text was updated successfully, but these errors were encountered: