hi… im using your word suite for evaluation… i want to conver a docx to rtf.
i created a sample similar to your docx to pdf. It’s giving me an error when I try to open the rtf file. It says it is corrupted. Thank you.
This message was posted using Email2Forum by Merit.
Hi
Thanks for your inquiry. Most probably there is some problem with your RTF document. Could you please attach this document here for testing. I will investigate the problem and provide you more information.
Best regards.
I dont think there is an issue with the source document. Its working fine for PDF convertion and other vendor libraries im testing in parallel.
I would really appreciate if you can provide some feedback soon as I have to finalize this very soon.
Just to clarify I’m trying to convert docx to rtf.
Hi
Thank you for additional information. I can successfully convert your document to RTF. You should use the following for such conversion.
Document doc = new Document(@"in.docx");
doc.Save(@"out.rtf", SaveFormat.Rtf);
Best regards.
Thanks for your reply.
I can convert the doucment, however It cannot be viewed by MS word 2003/2007. It says the document is corrupted.
I can view only first page through WordPad and I another 3rd party RTF viewer I have can see 5 pages (which is correct. ) Do you have an idea for this behaviour
Problem is most of our clients use word to view the files.
Thanks.
Hi
Thanks for your request. It seems the problem occurs because you are using the Aspose.Words in evaluation mode. I created new issue #6354 in our defect database.
As a workaround you can request a 30-Day Temporary License. Please see the following link for more information.
https://purchase.aspose.com/temporary-license
Best regards.
Hi,
Its worked with the new license. Thanks for your help
The issues you have found earlier (filed as 6354) have been fixed in this update.