Reputation: 243
Is it possible to use itextsharp to convert postscript to a PDF ? If not is there another way to do it in .net ?
Upvotes: 1
Views: 3973
Reputation: 1238
Converting PostScript to PDF is called "distilling". iText and iTextSharp do not support distilling. Ghostscript will be your only FOSS solution.
Upvotes: 2
Reputation: 10135
You could use Ghostscript as it's explained here:
http://hi.baidu.com/lqyidxa_igfv/blog/item/df2037b394539fa0d9335a94.html
Upvotes: 0