durlic Posted August 30, 2006 Posted August 30, 2006 Is there anyone who knows how to convert dynamically PostScript documents to PDF? I work on a project that create PostScript file for publishing and now client want to have them in PDF also. It's C# project. Quote
mskeel Posted August 30, 2006 Posted August 30, 2006 Some of these might be worth a try: http://csharp-source.net/open-source/pdf-libraries Also, and I realize this introduces an external dependency, but perhaps you could use a PDF print-to-file printer? I can recommend PrimoPDF. It looks like PrimoPDF also has a developer component that will do postscript to PDF which might be worth a look. Quote
Recommended Posts