Skip a particular page from being printefd

Hi,

I have a 15 page PDF document and i want to skip the 5th and 10th page from being printed. How to do this using Aspose.Pdf?

Hi Rajesh,


Thanks for contacting support.

Aspose.Pdf for .NET supports the feature to print certain range of pages i.e. Page 3 to 9 or Page 5 to 17 etc. However it does not support the feature to skip certain pages while printing the PDF document. However as a workaround, you may consider first loading PDF file into Document object, remove the pages which you do not want to print and then try printing the updated document. For further information, please visit