Remove blank page from PDF document befor converting it to Tiff format

Hi,

Guide me to remove blank page from PDF document using Aspose.Pdf.Kit dll before converting to Tiff format.

Thanks,

Dhivya

Hi Dhivya,

First of all, I would like to share with you that Aspose.Pdf.Kit for .NET has been merged into Aspose.Pdf for .NET. We’re going to discontinue Aspose.Pdf.Kit for .NET from October 2011. So, I would suggest you to use merged Aspose.Pdf for .NET. Please note that Aspose.Pdf for .NET 6.0.0 and above are the part of the merged Aspose.Pdf. You can run your existing code using Aspose.Pdf.Facades namespace, instead of Aspose.Pdf.Kit namespace.

Secondly, you can skip the blank pages when converting PDF to TIFF image. You can use the following code snippet to convert PDF to TIFF image: Convert PDF File to Single TIFF Image using Settings. However, in order to skip the blank images you need to set the SkipBlankPages property to true.

I hope this helps. If you find any further questions, please do let us know.
Regards,