i use this module PDF, but it is very slow. do you add cache feature?
check it out

Comments

jcnventura’s picture

It's not possible to cache this as Drupal has a problem in serving PDFs from cache where the PDFs are rendered as 'random letters' in the browser.

There is actually code to disable the cache for generated PDFs or else the second time for PDF generation would result in the 'random letters' bug.

João

mengweifu1985’s picture

Status: Closed (works as designed) » Closed (fixed)

thanks!