Overview
Contains multiple Smart Services and Functions for interacting with PDF Documents.
Key Features & Functionality
Smart Services:
Functions:
Hi Team - is there way to set the property to READ-ONLY for the generated PDFs. Currently it doesn't work.
Despite configuring the parameter 'Read Only = True,' the generated PDF remains editable, allowing modifications to its content. Utilizing the editing tools within Adobe Acrobat (full version), users can switch to edit mode, make changes, and save the file without restrictions.
Our requirement is to ensure that the generated PDF files are effectively set to read-only and rendered non-editable under all circumstances.
When you say "able to edit", what exactly does that mean? Are you talking about fillable fields still being fillable when opened normally (which i had thought "flatten" might take care of), or do you mean like you're able to open it in Adobe Acrobat (the full version with editing capabilities) and still switch to "Edit" mode? If it's the second one, I'm not sure what the solution is, though you might need to look into a way to LOCK pdf's.
Have tried with "Fill PDF" with the parameter "flatten" as true. But no luck able to edit the PDF. Even tried smart service "Readonly PDF Converter" but issue still persists.
Not sure, but I've gotten around this before by either using "Fill PDF" with the "flatten" property set to true, and/or the "Merge PDF" node and just passing in a single source PDF (and taking the output which is at least somewhat flattened and maybe read-only).