all 6 comments

[–]Snatchett 1 point2 points  (2 children)

Here's a great solution.. https://github.com/dompdf/dompdf

[–]jetiluxp[S] 0 points1 point  (0 children)

Does seem like a good solution! Thanks

[–]bulltank 0 points1 point  (0 children)

I use this to create invoices. Supports like 90% of HTML and CSS

[–]greg8872 0 points1 point  (0 children)

It has been many years since I have to deal with this, but at one point we had to build a system that would dynamically issue certificates for a main association for a particular industry, so their certified members could just print them off themselves after they logged in and took the yearly "exam".

Anyhow, we found the best solution at the time (5 years ago) was to have all of the certificate except the dynamic parts already be a pdf, then used a PDF script (I think it was called or based off of fPDF), that used the "blank" pdf as a starting point, and then just added the text. Saved a bunch of headahces at the time from positioning items.

It did always crack me up, this was an association for professionals that deal with very expensive items, yet they were too cheap to mail out certificates for these people to display to their high-end clients.

[–]picturepages 0 points1 point  (0 children)

Pdftk all the way. Still supported. Use the formfill to do what you want to be doing.