Save SVG from pdf- is it possile to have all images/assets in a separate folder?

same as title,

Save SVG from pdf, is it possile to have all images/assets in a separate folder?
thanks
R

Hi Raymond,


Thanks for contacting support.

Aspose.Pdf for .NET supports the feature to convert PDF file to SVG image and you can save the output in any folder. In case you are facing any problem, please feel free to contact.

[C#]

//open document<o:p></o:p>

Document pdfDocument = new Document("source.pdf");

// save output as SVG

pdfDocument.Save(@“c:\pdftest\Font_Text_Issue.svg”,
SaveFormat.Svg);

Thanks for your reply mate.

much appreciate it.

What I mean is whether or not it is possible to split the image data from a SVG file as a separate resource put into a specified folder rather than the output .svg file.

Say for example my Svg file has base64 image data associated with it, the final file size is way too big for implementation, I would like to have a light-weight one with a list of images as external resource to load from a svg file.
anyway, I can split that part by myself, just by the way ask :slight_smile:

nice work Aspose team.

Chrs
R

Raymond.Chameleon:

What I mean is whether or not it is possible to split the image data from a SVG file as a separate resource put into a specified folder rather than the output .svg file.

Say for example my Svg file has base64 image data associated with it, the final file size is way too big for implementation, I would like to have a light-weight one with a list of images as external resource to load from a svg file.
Hi Raymond,

Thanks for sharing the details.

I am afraid the requrest feature is currently not supported. However for the sake of implementation, I have logged this requirement as PDFNEWNET-36171 in
our issue tracking system. We will further look into the details of this
problem and will keep you updated on the status of correction. Please be
patient and spare us little time. We are sorry for this inconvenience.

<o:p></o:p>

The issues you have found earlier (filed as PDFNEWNET-36171) have been fixed in Aspose.Pdf for .NET 8.9.0.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.