• Resolved Mikel

    (@ogmic)


    Hello, how do I remove these text from every PDF generated;

    Generated in 0.04 seconds
    Peak Memory usage 143.00 MB
    Number of fonts 3
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Hi Mikel,

    You just need to turn off Debug Mode in the PDF settings. This can be found at Forms -> Settings -> PDF in your WordPress admin area.

    Thread Starter Mikel

    (@ogmic)

    Oh, thanks for the quick response.

    Lastly, can I generate PDFs with the CSS hosted on a CDN or external links? Will the CSS be read while/during PDF generation?

    Plugin Author Jake Jackson

    (@blue-liquid-designs)

    You could, but the extra HTTP request(s) can slow down the PDF generation time (the requests will be made every time a PDF is generated). You’re better off inlining the CSS directly in the custom template, or storing it in a local CSS file and then inlining it with PHP’s file_get_contents().

    Thread Starter Mikel

    (@ogmic)

    Yes, you’re right.

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.