Hi Aspose Team,
In the pdf I am generating using the aspose.pdf, there is a last page named as appendix page. As per the user's requirement this page should be non printable. Other pages should be printable so I can not write this line
pdf1.Security.IsPrintingAllowed = false;
I am uploading the code for my appendix. Can you please guide me if it is possible to make some page unpritable or some segment (Txt or Table) of any page as unprintable.
Thanks
Amit Burnwal