Hi! When i try to convert this InputDoc.docx (80.8 KB) docx => rtf,pdf aspose converter loses part of document
Also i tried to open and save this document with code:
Document doc = new Document(MyDir + "InputDoc.doc");
doc.Save(..);
And also it loses same part of document.
Thx