简体   繁体   English

如何在asp.net C#中使用itextsharp将pdf文件转换为svg文件?

[英]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. 我在该项目中有一个项目,我必须将PDF文件转换为SVG文件。

Note: PDF contains images. 注意:PDF包含图像。

Please suggest me how to convert PDF to SVG file 请建议我如何将PDF转换为SVG文件

You have to follow the steps.. 您必须执行以下步骤。

  1. Convert the PDF to images.. 将PDF转换为图像。

  2. then use each image and convert it so SVG using Canvas(that is possible way).. 然后使用每个图像并使用Canvas将其转换为SVG(可能的方式)。

  3. Use final result as per requirement.. 根据要求使用最终结果。

Note: Post some of your work for more clarity 注意:发布您的一些作品以使其更加清晰

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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