Skip to content
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

Closed
hugoruggieri opened this issue Aug 5, 2013 · 3 comments
Closed

Could not locate PDF on 'url' #4

hugoruggieri opened this issue Aug 5, 2013 · 3 comments
Labels

Comments

@hugoruggieri
Copy link

Each time I try, I get this error. But when I do access the URL, the PDF is shown normally. Any ideas?

@myokyawhtun
Copy link
Owner

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

@MarvinVk
Copy link

MarvinVk commented Mar 8, 2017

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'

@myokyawhtun
Copy link
Owner

@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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants