Replies: 1 comment
-
Puppeteer-Sharp relies on the Print to PDF tool that comes with Chrome. So It would be a matter to see how you can implement page brakes there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Puppeteer Sharp library specifically for PDF generation, and I would like to inquire about breaking a content element when there is not enough space on the page. Specifically, if an element at the bottom of the page cannot be displayed in its entirety due to limited space, I would like it to automatically break and display the element on the next page without causing any errors or incorrect display.
I am wondering if Puppeteer Sharp, specifically for PDF generation, supports this feature or if there is any other way to achieve this goal through different options or methods. My desire is for the last element to automatically break and display correctly on the next page when there is not enough space on the current page.
Thank you very much for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions