Search Results

0
votes

PDF Imposition in PHP

FPDF has always worked out for me. There is a lot of robust functionality in there, and you just gotta keep at it to find it. The ImageEPS class extension is VERY useful for making things …
0
votes

Filling PDF Forms with PHP

I've had plenty of success with using a form that submits to a php script that uses fpdf and passes in the form fields as get variables (maybe not a great best-practice, but it works). …
1
vote

PDF Editing in PHP?

I really had high hopes for dompdf (it is a cool idea) but the positioning issue are a major factor in my using fpdf. Though it is tedious as every element has to be set; it is powerful as all get …