PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I just downloaded PDFlib to use with PHP4 and I can't seem to figure out how to get it to work. Do I need to install it on the server or something? I just don't exactly get what I'm supposed to do.
FPDF actually works. This is great, I've been looking for something like this also.
With PHP 5 just change all var to private in fpdf.php Private properties section or you could get
PDFLib needs to be compiled into PHP in order to make PDFs without wordmarks. FPDF seems to be a pretty common tool (as you've probably surmised from the comments).
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
My preferred method s to have PHP write LaTeX and then exec pdflatex, but then again, I love the control I can get from LaTeX. I've been pleasantly surprised that all hosters I've been with had had pdflatex/latex installed.... This method is not for everyone, but it can avoid the hassles of some of the other libraries if you already know LaTeX/TeX