-
-
Notifications
You must be signed in to change notification settings - Fork 984
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
stream() doesnt work for me in Chrome ... #7
Comments
Did it ever work, or did you just started using it? Are you on the latest dev-master? If so, could you try an older version? Require this specific commit:
Does that work in Chrome? |
Does it work with other PDFs? Maybe you are missing a plugin. (See chrome://plugins/ to check for Adobe Reader or Chrome PDF plugin, perhaps disable one of them and use the other one) |
Here is info ... a) I just started using it. Never seen this working in my Chrome (I mean stream specificaly) I just also checked latest Opera(with new webkit engine), IE --- both working fine Thank you ... |
Okay, and on Windows or linux/mac? Does this happen with all your pdf's? Can you send me the code you are using? Did you try the most basic pdf possible?
|
Windows 8. My collegue the same ... I tried almost the same example and even bigger with View::make() and larger html template. I'm using 'artisan serve' as web server |
Just tried, works here in Windows 7/8/MacOS with Chrome, with Apache and also when using artisan serve. Can you paste the code you are using? |
I tried the same code as you mentioned. If its working for you, I'm goind to try run project on another machine ... |
Ok, just tried today under Apache (not artisan serve) and its working as expected. Thanks for such great support!! |
Okay, thanks for trying it out. Please let me know if you encounter any more problems! Closing this for now. |
barryvdh brother, pdf did not show in firebox browser when i used .com domain. but it shows pdf in browser when i am in localhost |
I am facing the same issue. Here is my link to the code: http://stackoverflow.com/questions/25992427/unable-to-save-pdf-file-on-client-side-usng-dompdf |
@barryvdh I just wanted to add to this because I have a similar problem and didn't want to open a new "Issue" It's that when I use It shows the pdf file properly in both Firefox and Chrome And then when I want to download it in Firefox works Maybe you have an idea or some advice what could I try? |
@barryvdh Hi, so I just wanted to say that I "solved" the problem.... I can't really say solved because there is something about Chrome that makes problem when you try to download a generated .pdf file when it's fetched with POST request. So my solution was to send a GET request and then it shows the generated .pdf file and then I can download it. |
Thanks for such excellent dompdf binding!! I'm using it with Lataver 4, things are working smooth, I can download PDF without problem ... but stream() is working for me in Firefox but doesnt work in Chrome for me. In Chrome it just opens empty PDF and thats all. Is this just me or overall problem?
The text was updated successfully, but these errors were encountered: