How to convert pdf file to svg file using itextsharp in asp.net c#? -


i have project in project have convert pdf file svg file.

note: pdf contains images.

please suggest me how convert pdf svg file

you have follow steps..

  1. convert pdf images..

  2. then use each image , convert svg using canvas(that possible way)..

  3. use final result per requirement..

note: post of work more clarity


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -