diff options
| author | Emulator000 | 2020-09-25 16:13:08 +0200 |
|---|---|---|
| committer | Emulator000 | 2020-09-25 16:17:34 +0200 |
| commit | 2f30d57dcdca86df0d257a2a8eaedfbc9c97329c (patch) | |
| tree | e20f22a7135f0b0e87bf454c2f1284a819de4466 /README.md | |
| parent | c3b0f445c032f77b40442f28a3644f62e617db24 (diff) | |
| download | pdf_form-2f30d57dcdca86df0d257a2a8eaedfbc9c97329c.tar.bz2 | |
Reverted README.md and Cargo.tml to original one
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,10 +1,8 @@ # Fill PDF Forms -A library to programatically identify and fill out PDF forms. - -**WARNING**: This is a fork of the original "pdf_form" crate made by [jsandler18](https://github.com/jsandler18), including all improvements made by [malte-v](https://github.com/malte-v). +A library to programatically identify and fill out PDF forms ## Example Code -Read a PDF and discover the form fields +* Read a PDF and discover the form fields ```rust extern crate pdf_form; use pdf_form::{Form, FieldType}; @@ -19,8 +17,7 @@ for type in field_types { }; ``` - -Write to the form fields +* Write to the form fields ```rust extern crate pdf_form; use pdf_form::{Form, FieldState}; |
