Bad Effect of ArtChart

License license = new License();
license.setLicense("C:\\Users\\Lixp\\Desktop\\Aspose.Total.Java.lic");
Document document = new Document(
"C:\\Users\\Lixp\\Desktop\\artwithfonts1.doc");
document.acceptAllRevisions();
HtmlFixedSaveOptions fixedSaveOptions = new HtmlFixedSaveOptions();
fixedSaveOptions.setExportEmbeddedCss(true);
fixedSaveOptions.setExportEmbeddedFonts(true);
fixedSaveOptions.setExportEmbeddedImages(true);
fixedSaveOptions.setExportEmbeddedSvg(true);
fixedSaveOptions.setJpegQuality(100);
fixedSaveOptions.setPrettyFormat(true);
fixedSaveOptions.setUseHighQualityRendering(true);
document.save(
"C:\\Users\\Lixp\\Desktop\\convert\\artwithfonts1.doc.html",
fixedSaveOptions);
ImageSaveOptions imgSaveOptions = new ImageSaveOptions(SaveFormat.PNG);
imgSaveOptions.setJpegQuality(100);
imgSaveOptions.setPrettyFormat(true);
imgSaveOptions.setScale(1.0f);
imgSaveOptions.setUseHighQualityRendering(true);
document.save(
"C:\\Users\\Lixp\\Desktop\\convert\\artwithfonts1.doc.jpeg",
imgSaveOptions);



Hi there,


Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issues at our side. For the sake of correction, we have logged these problems in our issue tracking system as follow:

WORDSNET-12952 : Shape (text) is truncated after conversion from Doc to HtmlFixed (issue with artwithfonts1.doc)
WORDSNET-12953 : Text effect is lost after conversion from Docx to HtmlFixed (issue with artwithfonts2.docx)

You will be notified via this forum thread once these issues are resolved. We apologize for your inconvenience.

Regarding issue with artwithfonts3.doc, the shape’s text is not visible. Please share the input document which have visible text. We will investigate the issue on our side and provide you more information.

The issues you have found earlier (filed as WORDSNET-12953) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSNET-12952) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.