pdf generation - Make a standard PDF fillable -


I would like to convert a standard PDF into one to fill in the form and text field in my original PDF. Also, is it possible to add a "send-by-mail" button to a PDF boat?

I like Ubuntu-compatible openers tools, but if I need I have to go for windows.

Thank you very much,

Using the free / open source template editor you used Define a separate file (in JSON format) in the fields (range and relative properties), where you want to write / fill dynamic data at any point with additional data on an existing PDF.

Examples of JSON template format: (view)

  {"pages": [{* / mapping to first page, index 0 * / "Areas": [[/ / first field of first page * / "type": "text" / * or "checkbox" * / "height": 10.23 / * pt * /, "width": 23.456, X ": 0.1234 / * pt * /," y ": 2.45," name ":" field name "} / *, other regions ... * /} / *, other pages ... * /]} < / Code>  

You can make it available for Windows 7+ and Mac OS X 10.9+.

An integration example by using the FPDF library in PHP.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -