duanjian4150 2016-04-15 14:23
浏览 160

使用PHP从可编辑的PDF表单中获取信息

Using PHP how can I show editable PDF form and then on submit get the information? I have a PDF form which I have converted to editable PDF form using Adobe Acrobat 9 Pro, I now want to show it in the browser so that user can fill. On submit I want to get the information entered in that form and store in the database.

  • 写回答

1条回答 默认 最新

  • duan4369 2016-04-15 14:52
    关注

    To read and write a pdf you can use some PDF libraries like FPDI or PDFtoHTML.

    Follow this link Read pdf files with php

    But in your use case I am not sure why you are using a PDF form if your intention is just to save the user inputs into database. I would recommend use a HTML form instead, will be easier for you to manage.

    评论

报告相同问题?