How to encrypt with password pdf report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 06:12 AM
Hi
I have a requirement. after downloading the report with pdf format, it should be encrypted with password.
Could you please any help on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 11:51 AM
after downloading a report in PDF format it's on your local drive and therefore it has to be encrypted there. There are tons of tools which can do the job, for example that free open-source app "PDF Enrypt": https://pdfencrypt.net/
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 11:46 PM
Hi Maik,
Thanks for the response, Could you please elaborate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:18 AM
What exactly do you not understand?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 12:59 AM
Hi, are you looking for the feature that protects PDF attachments (in ServiceNow) with password? I do not think such is available OOB, but you may try to introduce your own code (possible approach - upload to MID server, protect the file, download it back from MID server).