When converting pdf to svg the images are split in half

@carlos.molina
I also tried to convert pdf to svg using aspose.words and it splits the image in half. Can you please create a ticket for this as well? https://products.aspose.com/words/java/conversion/

@Trickster22

I was able to replicate the issue with the file.

And the following code:

private void Logic()
{
    Document doc = new Document($"{PartialPath}_input.pdf");
    var saveOption = new SvgSaveOptions();
    doc.Save($"{PartialPath}_output.svg", saveOption);
}

I will be creating a ticket for the dev team.

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-25208

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.

@Trickster22 I have closed the issue as not a bug since the image is represented by two parts in the source PDF documents:

Also, please note, Aspose.Words for Java does not support loading PDF documents. This feature is aonly available in .NET and Python versions of Aspose.Words.

The issues you have found earlier (filed as WORDSNET-25208) have been fixed in this Aspose.Words for .NET 23.4 update also available on NuGet.