fpdm icon indicating copy to clipboard operation
fpdm copied to clipboard

PDF form filling using FPDM Class written by FPDF author Olivier (+multifile-filling-fix, +checkboxes)

Results 60 fpdm issues
Sort by recently updated
recently updated
newest added

Using FPDM and instead of viewing the merge doc I am attempting to auto-save the doc on the server with variations of this syntax: $pdf -> Output('filename.pdf', \folder\Destination::FILE); No matter...

When I try to Merge data with this pdf file https://dev-sdge-esp.pantheonsite.io/modules/custom/sdge_generic/SDSEP_reservation_request_form.pdf I get "FilterFlateDecode: invalid stream data" I have fixed the file with pdftk file output file2 but still getting...

Hi, I tried the new feature for checkbox, but it is not working in my local laptop, here is my code below, I didn't get error and other text boxes...

Hi, I need to sign 2 fields in a PDF with PHP. Is it possible with FPDM or other ? Thanks !

For the checkboxes, if I pass true or a string value or 1, the checkbox is not checked rather if I pass false or an empty string or 0 it...

After uppgrading from php 7.4 to php 8.1.5. Fields contatining åäö do not work FPDF-Merge Error: field Månader not found Anyone else with this issue?

I try to set a URL on a textbox, but, show the HTML code. ` $fields = array( 'linea0' => 'My name 0', 'linea1' => 'My name1', 'linea2' => 'My...

I took an existing pdf with various fields, converted it in Acrobat so the fields will allow input, and then I tested it out. But I'm getting this error now:...

I have recently modified the core-script src/fpdm.php in such a way that it now manages to cope with groups of checkboxes. At least I think so;) I'm not familiar with...

Got this error on my side and find the solution PHP Deprecated: Array and string offset access syntax with curly braces is deprecated