Closed (works as designed)
Project:
Printer, email and PDF versions
Version:
6.x-1.14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 13:19 UTC
Updated:
27 Oct 2011 at 14:54 UTC
Hi,
I've embedded pdf output (with wkhtmltopdf processor). No problem with a "normal" browser, on the contrary when I read my website (www.fiscooggi.it) with safari on iphone/ipad I cannot obtain a right pdf export but only a sequence of unreadable characters.
Is it an issue with pdf (print module) or with wkhtmltopdf processor?
Comments
Comment #1
jcnventuraI've also got this on my browser when using a PC. Basically the problem is that something tries to serve your PDF from cache in a wrong way.
This is probably a problem somewhere in your server optimization services.
Comment #2
alex72rm commentedThanks a lot!
It was depending on Boost module configuration. It needs to set up printpdf/* as exception for caching.
Now it works right.
Comment #3
jcnventuraActually, what Boost should be doing is to serve it from it's cache as application/pdf and not as text/html.
But I'm not a Boost expert, so I have no idea how to do it, or even if it can be done...
Comment #4
jcnventuraSee:
#651226: if Print PDF module is enabled cache pdf files as well :)
#964466: Problem with print as pdf