I am using forge component "Reactive print PDF Button" while printing the screen some of the labels are coming in two pages and alignment is also not good
Hi @Peruri Satya Siva Teja,
I have attached the screenshot that they specified component on Development.
So, You can use Ultimate PDF Component to meet out your requirement.
Thanks,
Bala.
Hello @Peruri Satya Siva Teja,
The component is reported "under development" for the reason that OutSystems closed the personal account on which the demo was hosted.Regarding the problem you report, I can answer that it does not depend on the component itself, but rather on the javascript library it uses (https://github.com/eKoopmans/html2pdf.js), which takes a "screenshot" of the page elements and then converts it to PDF.The issue of "cut" elements in page-break is one of the library's problem (https://github.com/eKoopmans/html2pdf.js/issues?q=is%3Aissue+cut+elements+page+).My advice is to try applying some special CSS classes that tell the library how to behave on page-breaks: https://github.com/eKoopmans/html2pdf.js#page-breaksI hope my answer will help you.Gianluca
Hello,
Use
https://www.outsystems.com/forge/component-overview/5641/ultimate-pdf
In this component, you can set margins, page breaks and lots of other stuffs. It will help you to resolve your issue