PDF Encryption
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 07:19 AM
Hello,
I'm looking for ways to do the following:
1) Password protect a PDF generated in ServiceNow.
2) Mask a few fields in the PDF.
Please let me know if there's a way to do this.
Any help is appreciated.
Regards,
Ram
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 08:46 AM
Hi ,
1)Password protest option option is present but with node.js you can refer below link if you want reference but to do in javascript you need to work
https://github.com/nrhirani/node-qpdf
2) Masking is automatically done if it is passowrd2type refer the below link
https://community.servicenow.com/community?id=community_question&sys_id=8e250b6ddbd8dbc01dcaf3231f961998
Mark my ANSWER as CORRECT if it helped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 08:52 AM
Hello,
Thank you for your prompt reply.
While I do know that it is possible to mask fields on a form, I was looking at masking fields on a PDF that is generated in SNOW.
Regards,
Ram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 08:54 AM
what is your objective behind masking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 09:00 AM
There's some sensitive data that can be controlled by role based access on a form (ACLs), but when a PDF is generated and distributed, the fields should be masked so that not everyone is able to view it.