Can't seem to convert these Tiff Files to PDF

We are having difficulty getting these Tif’s to convert to pdf. We followed the code from here:

https://docs.aspose.com/words/net/convert-a-document-to-pdf/

and we get out of memory Exception errors. Other tiffs work just fine (single and multipage)

Hi

Thanks for your request. I cannot reproduce the problem on my side. I used the latest version of Aspose.Words for testing. You can download the latest version from here:
https://releases.aspose.com/words/net
Best regards.

Grabbed the latest version, still get the out of memory exception. Attaching pic

Hi

Thanks for your request. As I can see, the exception occurs upon loading image into Image object. So the problem is not related to Aspose.Words (Image is standard .NET class from System.Drawing namespace).
Could you please describe your environment? I tested conversion on Windows7 development machine, which has 4GB of RAM.
Best regards.