Prevent PDF from being saved - Forum

Forum Navigation
You need to log in to create posts and topics.

Prevent PDF from being saved

Working on a document control program.

I was wondering if there is a way to prevent a pdf from being "saved" or "saved as "after using pdfopen in a rectangle.

Can it be done internally in visualneowin, or would this be better implemented in Adobe Acrobat.

Right now my user can select a pdf to open from a database,

I can decrypt and display it but want to prevent resaving it in anyway.

I also would like to shield it from Snip and sketch type applications.

 

@mark-lonardo as you can not modify how the PDF viewer works, perhaps you can avoid the user to click the save button by positioning a white or transparent Rectangle over it.

I hope it helps.

That might work, I also thought I might convert the pdf to an image file ie a tif but I dont see a wat to support multipage tif files.

Hello,

As I far I know you can set in Acrobat (when used to create the PDF) properties of what is allowed to do with the PDF.

(Also password protection)

So disable saving or printing can be set there. The official Reader should support this.

Regards

Hans-Peter

 

 

@mark-lonardo regarding @hpw suggestion I have found this:

https://www.pdf2go.com/protect-pdf

Regards