Hi All,
Cand any one help how to avoid button appearing in pdf after downloading preview.
Thanks
Hello
Yes we can do that
Check my recent Solution here for the same -
https://www.outsystems.com/forums/discussion/92089/form-pdf-is-saved-empty/
We just need to add a Css class with Media Query
@media print { .no-print{ visibility: hidden; } }
For further in detailed explanation follow the link
Also I have updated your OML -
Link for Demo -
https://personal-ejuytnht.outsystemscloud.com/PreviewPdf1/PdfScreen?_ts=638331863714703960
Note: Avoid scrolling one you press download button, it leads to blank page.
ThanksTousif Khan
Hi Tousif Khan,
how to remove first empty page.
I don't see any empty page ?
on the sample I shared did you made any changes to it.
Sometime due to additional CSS class that can happen, check if you are adding any margin top somewhere.