Operating System - Linux
1751972 Members
4964 Online
108784 Solutions
New Discussion

PDF Printing Library in C++ for Linux

 
Lalit Seth
Frequent Advisor

PDF Printing Library in C++ for Linux

Hi all,

I have an Daemon which need to print the PDF for the request made. This
Daemon is in C++.

I wanted to know if there is any library in C/C++ which can help me in
printing the PDF's to physical printer attached. I am using the PDFLib
library to create the PDF's but it does not comes with the print
support.

Thanks for helping.

Lalit Seth
1 REPLY 1
Vitaly Karasik_1
Honored Contributor

Re: PDF Printing Library in C++ for Linux

I think you'll be able to use CUPS API (http://www.cups.org) for printing from your program.

Rgds,
Vitaly