How to print pdf just once?

I have requirement, the system is not permitted show the PDF content, but it can print the PDF just once. Can someone help me?

Hi @EusebiaS,

As per my understanding of your requirement create a flag property (Boolean property) and set that property to true for the first time After that keep that pdf content disabled based on that flag property condition.

Regards,

Mohd Qizer Uddin

Hi @EusebiaS,

Yes we set a flag in link-attachment class while clicking on the link for first time. so from next time will filter the results with that flag.

Thanks.