Convert PDF to TIFF using Java in Aspose.PDF - output picture is blurred

When converting from PDF to TIFF, the image becomes extremely blurred. You can no longer recognize the writing.MZ-G 2550_ZFA26300006U48548_scan.pdf (1.5 MB)

Document doc = new Document( is );
TiffSettings tiffSettings = new TiffSettings();
TiffDevice tiffDevice = new TiffDevice( tiffSettings );
tiffDevice.process( doc, target.getAbsolutePath() );

Affected Aspose PDF Versions: 21.x

@depi

We were able to notice the similar issue in our environment while testing the scenario using 21.6 version of the API. An issue as PDFJAVA-40642 has been generated in our issue tracking system for the sake of correction. We will further look into its details and keep you posted with the status of its rectification. Please be patient and spare us some time.

We are sorry for the inconvenience.