开发者

Convert PS file to PDF in Visual C++

开发者 https://www.devze.com 2022-12-27 18:27 出处:网络
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.

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

精彩评论

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