itextsharp postscript to PDF

心已入冬 提交于 2019-12-02 09:11:20

问题


Is it possible to use itextsharp to convert postscript to a PDF ? If not is there another way to do it in .net ?


回答1:


Converting PostScript to PDF is called "distilling". iText and iTextSharp do not support distilling. Ghostscript will be your only FOSS solution.




回答2:


You could use Ghostscript as it's explained here:

http://hi.baidu.com/lqyidxa_igfv/blog/item/df2037b394539fa0d9335a94.html



来源:https://stackoverflow.com/questions/4970511/itextsharp-postscript-to-pdf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!