Search code examples
c#.netpdfitextpostscript

itextsharp postscript to PDF


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


Solution

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