开发者

Convert PS file to PDF in Visual C++

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜