Several pages in RTF

Hi,

I’m using Aspose.Word for Java.

I try to convert a several pages RTF document (almost 50) then I get this message.

" Unknown file format."

When I’m converting a single page RTF it’s working fine.

My script is :

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 inquiry. Could you please attach your input document here for testing? I will check the problems on my side and provide you more information.

Best regards,