Hello,
we have problems adding images in svg format when creating a document using Aspose.Words for Java (Version 24.3).
When saving as PDF the image is corrupt! (Saving as Word (.docx) everything works)
Document document = new Document();
DocumentBuilder builder = new DocumentBuilder(document);
builder.insertImage("C:\\temp\\image.svg");
document.save("C:\\temp\\export.pdf");
Here is one example file attached with the svg, the working docx and the corrupt pdf:
image.zip (89,8 KB)