PDF to TIFF Options


I need to convert pdf files to TIFF format.

1. How can i set the output to be 8bit or 24bit tiff file?

2. How can I set the color scheme (black/white, rgb, etc.)?

3. How can i set the offset to NULL in last page?

Please clarify.

Thanks
Tashani

tashani.kathriarachchi:
1. How can i set the output to be 8bit or 24bit tiff file?
Hi Tashani,

Thanks for contacting support.

Please try using com.aspose.pdf.devices.ColorDepth enumeration to set TIFF image depth.

tashani.kathriarachchi:
2. How can I set the color scheme (black/white, rgb, etc.)?
The com.aspose.pdf.devices.CompressionType enumeration values can be used to generate TIFF images with compression (the colors will be lost) and in case no compression value is used, the output will be colored TIFF. For more information, please visit Convert PDF Pages to TIFF Image

tashani.kathriarachchi:
3. How can i set the offset to NULL in last page?
Please share some details regarding this requirement so we may reply accordingly.