Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter SeanBanksBliss

    (@seanbanksbliss)

    Also, I can put html (but not other short codes) into each checklist item, so I can display images or videos for each item. THIS IS GREAT!, but… translation to PDF leaves nothing but regular text. It strips the HTML.

    PDFs these days are very advanced, they can have playable images and even digital checkboxes that can be marked off from with in the PDF. Is there any chance that you will include these features in a future update?

    Plugin Author JonasBreuer

    (@jonasbreuer)

    Hi Sean,

    I will include a shortcode parameter for the font size in the next version. Meanwhile, you can change the font size by editing the code:

    /wp-content/plugins/frontend-checklist/frontend-checklist.pdf.php

    Line 11: $pdf->SetFont('times','',16);

    Change the number 16 for a smaller number to get a smaller font size for the items.

    HTML parsing for the PDF sounds interesting. There seems to be an addon for fpdf. I will check this out and if its working include it in the next verion.

    However, I can’t give you a date for the next version. I guess it will be around May.

    Cheers,
    Jonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Long Checklist Items Extend Off The PDF, No Word Wrap’ is closed to new replies.