19
Views
3
Comments
Solved
[Ultimate PDF] How to avoid button downloading which is on the preview
ultimate-pdf
Reactive icon
Forge component by Leonardo Fernandes
Application Type
Reactive
Service Studio Version
11.54.28 (Build 62889)

Hi All,

Cand any one help how to avoid button appearing in pdf after downloading preview.


Thanks

PreviewPdf 50.oml
Champion
Solution

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.

Thanks
Tousif Khan

PreviewPdf 50_Updated.oml

Hi Tousif Khan,


how to remove first empty page.


Thanks

Champion

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.

Thanks
Tousif Khan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.