Skip to main content
September 1, 2023
Question

Plugin PDF from HTML is truncating last few lines

  • September 1, 2023
  • 5 replies
  • 0 views

Hi All,

I have used Plug in "PDF from HTML" to generate PDF from the html doc.
HTML has the expected data with 34 rows but PDF generated has only 28 rows. can anyone guide as to how the last 8 lines are getting truncated in the PDF. Please let me know how to have all rows in PDF generated from HTML doc.


red  highlighted part in HTML is not getting generated in PDF.

5 replies

stefanhelzle0001
September 1, 2023

PDF is limited by the available page size you provide. Try to change that or use the required CSS styles to get the table split to multiple pages.

Find documentation here: github.com/.../openhtmltopdf

ujjwalkAuthor
September 4, 2023

Hello Stefan,

Thanks for the reply.
I can't see option to limit page size in the plugin "PDF from HTML" .
Where can we provide information to limit page size in Process model or in the plugin ?

stefanhelzle0001
September 4, 2023

I see the parameters "Width" and "Height".