09-09-2025 05:33 AM
Hi! In the PDF reports generated by Teststand, the graphs and numerical values are always misaligned, and there are half-empty pages because an image slides to the next page, etc. This makes the reports inefficiently long and poorly organized. Is there a solution for this, for example, to have page breaks where I want them? Thank you!
09-09-2025 05:50 AM
To my knowledge: for PDF generation TestStand Report generation uses the same stylesheets as it uses for displaying the reports in a browser.
Rendering of the PDF is executed Chromium based. (Internet Explorer in the old days, depends which version you are using)
Hence, if you don't like the PDFs as they are, you need to adapt the stylesheets to your liking.
09-09-2025 05:54 AM
Thank You! I modified the stylesheet file for company logo, colors, text sizes etc. but for the page breaks I can't hardcode them because every test execution different. I wondered if somehow with a custom teststand step I can create programatically a page break or a new chapter in the report.