Question
2
Replies
200
Views
Posted: January 12, 2016
Last activity: January 13, 2016
Closed
Disable printing in PDF
Team, I am using Pega OOTB Activity HTMLToPDF to generate PDF. Is it possible to disable printing on the generated PDF.
Thanks.
pega uses pd4ml for htmltopdf generation, so in theory it is possible: PD4ML Cookbook - HTML-to-PDF converter for Java and .NET. However, it does not look we support that OOTB. You can write your own java code if possible.