Pdf TO Tiff When Convert PDF to Tiff (Object reference Null/Blank Tiff Createad Instead Of With Text)

I Try To Convert Pdf to Tiff
Throw Object null Reference When try To Convert

Pdf_21k_490-9770-9771.pdf (86.8 KB)

I use this c# code to convert

//tiff setting
private readonly TiffSettings tiffSettings = new()
{
Compression = CompressionType.CCITT4,
Depth = Aspose.Pdf.Devices.ColorDepth.Default,
SkipBlankPages = false,
};

//resolution = 300

TiffDevice tiffDevice = new TiffDevice(pageSizea, resolution, tiffSettings);
try
{
for (int i = 1; i <= pageCount; i++)
{
tiffDevice.Process(pdfDocument, i, i, outputTiffPath + $“\{i}.tiff”);
}
}

Note : If I Set SkipBlankPages = false then My Tiff Output Page is Empty Instead Of With Text

@InfiAdmin

We tested with 24.10 version of the API. We could not replicate the exception but we did notice that output TIF was invalid and when SkioBlankPages was set to false, it generated blank TIF as you already mentioned.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-58641

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.