Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
NSC | Lock Printed Template with a Password Using Advanced PDF/HTML Templates
There are scenarios where users need to lock the Printed PDF template, which makes the file password protected to secure the data when opened.
To implement this, we need to add the code below:
<meta name="password" value="SamplePassword12345" />
Here is the sample of the Source code with the applied code:
When printed, a popup will be displayed:
The password to be entered is the data in value, which is SamplePassword12345 in our scenario. By updating the source code, the viewer of the template needs to enter the password in order to see the printed template.
Let us know if you have questions.
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.
1
