Image in RTF

Hi,

I’m using Aspose.Word Java.

I’ve a single page RTF document with an image.

When I try to convert to pdf I’ve the following message : Unknown file format

When I convert a single page without any pics it’s working fine.

Please find my script :

Document doc = new Document(path + fileName);
ret = fileName + "_aspose.pdf";
doc.save(path + "/" + ret);

Best regards,

This message was posted using Page2Forum from Aspose.Words for Java - Documentation

Hi
Thanks for your request. I just answered to you here:
https://forum.aspose.com/t/54849
Best regards,