简体   繁体   中英

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

I have project in that project I have to convert PDF file to SVG file.

Note: PDF contains images.

Please suggest me how to convert PDF to SVG file

You have to follow the steps..

  1. Convert the PDF to images..

  2. then use each image and convert it so SVG using Canvas(that is possible way)..

  3. Use final result as per requirement..

Note: Post some of your work for more clarity

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM