Disallowing a particular segment (Txt or Table) to be printable through aspose.pdf

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

Hi Aspose Team,

Need assistance in this regards. Please give ur precious time to find the solution.

thanks

Amit

Hi Amit,

Thanks for contacting support.

Aspose.Pdf for .NET does not support the feature to disallow printing of any particular PDF page. However in order to fulfill your requirement, you may consider using a workaround where you can extract the pages which you need to print using PdfExtractor and then try printing the resultant file created. For further information, please visit Extract Pages from a PDF Document

We are sorry for this inconvenience.