Controlling PDF Page Break Behavior in Charts |
2/25/2020 12:53:33 PM |
PHPRunner General questions | |
S
seedavidwork author
I believe PHPRunner 10.3 is using pdfmake to generate the PDF output of some pages. When I print a table with text of varying length descriptions I find that a table cell can break across multiple pages. I am hoping to force a cell to not break. Reading about pdfmake I found the style option unbreakable: true which performs the behavior I want on their online testing platform at http://pdfmake.org/playground.html. On the demo site when I add this code as a table style any cell that will not fit on the current page will start on the following page. I don't know how or where I can add this instruction to my own project in PHPrunner to get the same behavior. |
|