Does anyone have any insight on how to go about outputting a PDF from a website? I am working on a project for work and I am looking for some online resources and I am coming up short. Any help will be greatly appreciated. The premise is that we create a document that has a barcode and to attempt to create uniform output we would output the information as a PDF. Any ideas?
There are tcpdf and dompdf which are php classes to make outputting pdf's pretty easy. I personally like dompdf because it does nice things with css, but tcpdf has more support.
Thanks