same as title,
Save SVG from pdf, is it possile to have all images/assets in a separate folder?
thanks
R
same as title,
Hi Raymond,
//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.
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.