doujunchi1238 2012-03-30 13:52
浏览 48
已采纳

使用PHP或XML将MySQL数据导出为PDF表单

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

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?