When trying to convert attached Word(2007) file to PDF , it cuts out the graphs and scientific formula in converted pdf file. The graphs are exported from Excel. However , there is no issue on Word (2003) format conversion.
Used Aspose.Word 10.3.0
Original Word and converted pdf files are attached.Below is the code to use for file conversion.
// Open word document
Aspose.Words.Document doc = new Aspose.Words.Document(filename);
// Save word document to pdf
doc.Save(saveFolderName + fi.Name + ".pdf", Aspose.Words.SaveFormat.Pdf);
Please take it as high priority issue and get back as soon as possible.
Thanks & Regards
Amerischool
Hello
Thanks for your request. The problem with formulas occurs because Aspose.Words does not support rendering of Office Math. Your request has been linked to the appropriate issue, you will be notified as soon as it is resolved.
The only workaround, I can suggest you, while you are waiting for this feature, is using images instead of formulas. MS Word automatically convert Office Math to images when you convert DOCX to DOC (because DOC does not support this feature). So you can save your document as DOC in MS Word and then convert it to PDF using Aspose.Words.
Also I managed to reproduce the problem with graphs. This problem occurs because Aspose.Words does not support OOXML Diagrams and Charts during rendering. Your request has been linked to the appropriate issue. We will let you know once this feature is supported.
Best regards,
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.