PDF Encryption

Ram150
Tera Expert

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

8 REPLIES 8

Ct111
Giga Sage

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

 

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

what is your objective behind masking 

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.