I need to convert (input) PS file to (output) PDF file via Visual C++. And after converting i need to display the pdf file in a window.
Could any o开发者_开发百科ne help me in this ?. How can i proceed further ?
To display the pdf you could use Poppler. For the conversion, I second the use of ps2pdf
You could use system ("ps2pdf.exe in.ps out.pdf");
using ps2pdf utility from Ghostscript.
i use PStill - http://www.pstill.com/ it was about 60 dollars. been used in a production environment for over 2 years, converting 200-500 files a day.
精彩评论