-
-
Notifications
You must be signed in to change notification settings - Fork 982
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
I get the error 'The file does not begin with "%PDF- ..... #9
Comments
Not sure, can you be more specific? |
I only get an dialog within my Chrome with a message about an incorrect PDF. I have include the package inside Composer.json and run "Composer update". I used the code in the example use \Barryvdh\DomPDF\PDF; class ReportController extends \BaseController {
} |
Do I need to use something like: php artisan config:publish I temporary used https://github.com/thujohn/pdf-l4. |
Does download instead of stream work? |
In this case I get the following error: Undefined offset: 2 case 'procset':
|
Okay, it doesn't seem to work very well when creating a new class.
I will see why this doesn't work otherwise. |
Should be fixed with this commit: 55cd8c8 |
Can you tell me if this is due to my installation?
The text was updated successfully, but these errors were encountered: