As of 1.9.10 it’s possible to render the HTML of PDF, this is useful for debugging when you need to see what is sent to the PDF. To see the HTML append the following parameter to the URL: output=html Please note that you need to be logged as admin in order to see it.
dkpdf_content_template Introduced in 1.9.10 this filter allows you to select PDF templates conditionally. Important to use a priority greater than 10 as the plugin is already using this filter internally. dkpdf_pdf_filename Example adding Author name to PDF filename. dkpdf_pdf_author Allows set up PDF Author metadata. dkpdf_header_title Example adding author after post title in PDF header. […]