Sindhu Vinodhini
Sindhu Vinodhini

Reputation: 67

Fill a pdf and save as xfdf

For customised forms , instead of creating html forms and using that to get input from user , how can we use PDF to get input from user and when posting how to store all input in xfdf .

Can any one please help me to solve this issue and v r using php

Upvotes: 0

Views: 253

Answers (1)

Max Wyss
Max Wyss

Reputation: 3615

Instead of creating a HTML form, you create a PDF form and submit the data as XFDF, which can then easily imported into a database, for example.

For creating PDF forms, there are quite a few tutorials around.

Upvotes: 0

Related Questions