SVG Image corrupt in PDF-Export (Works in Word-Export)

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)

@konsti4u
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26860

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like