i have a problem on a project I'm working on. I have to create an HTML Form that inserts data in MySQL and then prints the data on an existing PDF Form Template in pre-defined fields. My Problem comes in with the PDF. I've created my form and it inserts the data into MySQL now i need to get that data into the PDF Form. I have looked at FPDF adn Numerous others non of them do what i want.
2条回答 默认 最新
- douchen7324 2012-03-30 14:03关注
You an create PDF with active fields in it. Such PDFs can be opened in Reader and we can insert data in text fields. Those can be generated by PDF create tools(Google it). So after creating this tyoe of PDF form you can use an application
PDFTK
to fill those PDF form with values we post in a form. After filling those data we can crete a normal un-editable copy of pdf to download本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报