We ran into a production issue where a 10 page doc hangs when saving to Tiff on page 4 with the C# version 24.2.0 but it works fine with the old version 18.12 we were on. I wanted to point out the issue so it can be fixed in a future version. I have the doc attached and a code snippet below where it hangs on tiffDevice.Process when iterating the pages and calling this for each page, it hangs on the 4th page:
var tiffDevice = new TiffDevice(new Resolution(PdfHelper.DefaultDotsPerInch), new TiffSettings { Compression = CompressionType.LZW });
tiffDevice.Process(pdf, pageNumber, pageNumber, ms);
Please let me know if there is a fix or if you need any more infor to reproduce the issue.
Thank you!
16428.pdf (368.7 KB)