codeshell / fpdm

PDF form filling using FPDM Class written by FPDF author Olivier (+multifile-filling-fix, +checkboxes)
MIT License
114 stars 66 forks source link

New release of original script (v2.10) #68

Open soeffi opened 1 year ago

soeffi commented 1 year ago

Olivier did release a new version of his script, which fixes issues with PHP 8.2:

*******************************************************************************
* FPDM                                                                         *
*                                                                              *
*@file    fpdm.php                                                             *
*@name    A free PDF form filling tool                                         *
*@package fpdftk                                                               *
*@version 2.10                                                                 *
*@date    2023-02-22                                                           *
*@author  0livier                                                              *
*@note                                                                         *
*   V2.10 (22.02.2023) fixed issues with PHP 8.2                               *
*  ...
*******************************************************************************/
jrcarles commented 1 year ago

Where can we download it?

soeffi commented 1 year ago

Where can we download it? http://www.fpdf.org/en/script/script93.php

ger82 commented 9 months ago

https://github.com/ger82/fpdm

I have merge them and include the issues

dskurth commented 5 days ago

Where can we download it? http://www.fpdf.org/en/script/script93.php

That link does not work. it starts a download and never finishes. Something is broken about it.

ger82 commented 5 days ago

It works for me, try it again.

dskurth commented 5 days ago

Tried it several times.

But I resorted to using the download in github, with the fixes of the curley brackets in a few files. Now the lib is working nicely. Was a bit of a learning curve to figure out details, (like pdf->output, reversed the parameters from FPDF), but once I figured it out, I am off an running.

Thanks.