Hello!
I'm trying to print pdf file directly from a custom software made in php.
Have you got any example of code that could help me with the implementation?
Thanks in advance.
PDF Print from PHP software application |
PDF Print from PHP software applicationHello! |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
2 Replies
Hi Joan,
You should look at FPDF library. http://www.fpdf.org/
Hope it helps.
Hey Hugo,
Thanks for your reply. This FPDF library is to create pdf's, but i just want to print them.
¿Do you have any information about printing pdf documents in a printer connected to the network with php?
Thanks in advance.
Hi Joan,
Never did directly. What I did was setting up CUPS print server (https://www.cups.org) and my php generated pdf files were sent to cups through php shell exec.