Page 1 of 1

Converting PDF to multipage SVG using GDPicture.Net

Posted: Wed Jan 12, 2022 3:57 pm
by lpmndev
Could someone please give me a code snippet to convert PDF multi-page to an SVG multi-page file?
I have tried using GdPictureDocumentConverter and GdPicturePDF classes without success. Although I could get the number of pages of the input file, I don't know how to iterate over them to save only one SVG file.
Thanks so much for your attention!

Re: Converting PDF to multipage SVG using GDPicture.Net

Posted: Fri Jan 14, 2022 1:56 pm
by Hugo
Hi there,

Thank you for your question!

This should indeed be possible however currently SVG only implements this in single file.
This will be shortly corrected to also support saving as multipage SVG files.

I'll let you know here once I have more news for you.

Regards,
Hugo Cudd
Technical Support

Re: Converting PDF to multipage SVG using GDPicture.Net

Posted: Mon Jan 17, 2022 1:42 am
by lpmndev
These are very good news!
Thanks so much!