Potentially useful for anyone needing to alter TCPDF settings during creation.
Invoked prior to AddPage() to give greater flexibility, but might benefit from further modification to allow more post-processing.
Similar to #1820736: allow drupal_alter() of mpdf before write

CommentFileSizeAuthor
print-tcpdf-drupalalter.patch734 bytespaulgrand

Comments

jcnventura’s picture

Thanks for the patch. I've committed it to git. Note that I changed the name of the called alter hook to "print_pdf_tcpdf" to properly respect the Drupal contrib namespace.

jcnventura’s picture

Status: Needs review » Fixed

Thanks for the patch. I've committed it to git. Note that I changed the name of the called alter hook to "print_pdf_tcpdf" to properly respect the Drupal contrib namespace.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added related mpdf issue