Hi,
I am in the process of evaluating your library exporting data to word and I encountered a certain error that I cannot solve or search for a solution.
com.aspose.words.Document doc = new com.aspose.words.Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.insertImage(writer.toString().getBytes(),
0, 0.0D, 0, 0.0D,
scaledGraphSize.get(Attributes.width.name()),
scaledGraphSize.get(Attributes.height.name()),0);
By adding a photo to the builder in svg format, as a result, it gets a cropped image 25% off the original height and width. Evaluation version Aspose-words-20.5-jdk17. In the attachment I am sending a photo (in a zip package) which is saved incorrectly.UCG_17.zip (5.8 KB)
Thanks
A.P