Converting the PDF document to TIFF

Hi,

I have a requirement to convert PDF document to Tiff. Have few questions,

1) Is Aspose convert PDT to TIFF solution only to process Adobe created PDF’s?

2) The PDF index values has been removed while converting PDF to TIFF. In this scenario, the PDF document opened on Mac to fill the index values in which few fields have invalid data(like date, phone number). Expected behavior is to show all the index values on image instead of removing entire form values. Attached a copy of PDF file that I am trying to convert to TIFF. I used below code for conversion.

Resolution resolution = new Resolution(IMAGE_RESOLUTION_DEPTH);
TiffSettings tiffSettings = new TiffSettings();
tiffSettings.Compression = CompressionType.CCITT3;
tiffSettings.Depth = ColorDepth.Format1bpp;
tiffSettings.Shape = ShapeType.Portait;
tiffSettings.SkipBlankPages = false;

TiffDevice device = new TiffDevice(resolution, tiffSettings);
device.Process(pdfDoc, tiffContentStream);

I have seen same kind of issue(PDFNEWNET-38525) discussed in Aspose forum and here is the links for reference Form data not appearing on image

Could you please provide us solution ASAP because its a production issue?

Thanks,
Praveen Rangeneni

Hi Praveen,


I have observed the requirements shared by you and it seems to be related to Aspose.Pdf. I am moving thread to Aspose.Pdf forum where our respective support team will assist you further in this regard.

Many Thanks,

Hi Praveen,


Thanks for your inquiry. We have already addressed you same query in this forum thread. Please follow it there and as requested share some more details. So we will provide you information accordingly.

Best Regards,