Tiff image inside Word document

Hi,

We are working with aspose-words-14.8.0-jdk16.jar and jdk1.7.0_67 as JVM. When we try to save Word document as a PDF file, TIIF image inside document are missed at PDF file.

¿Tiff file are supported when are inside Word document?

Thank in advance.

Rodrigo.

Hi Rodrigo,

Thanks for your inquiry. After an initial test with Aspose.Words for Java 14.11.0, I was unable to reproduce this issue on my side (please see attached out.pdf). I would suggest you please upgrade to the latest version of Aspose.Words. You can download it from the following link. I hope, this helps.
https://releases.aspose.com/words/java

The problem may be occurring on your side because core Java doesn’t support Tiff (JDK ImageIO doesn’t support TIFF images). You have to install JAI library to get Tiff codec.

https://docs.aspose.com/words/java/system-requirements/#optional-dependencies

If we can help you with anything else, please feel free to ask.

Best regards,