pdf_forms 0.3.0

A library for programatically filling out pdf forms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
    name = "pdf_forms"
    version = "0.3.0"
    authors = ["Jake <jsandler18@gmail.com>", "Malte <voos.malte@gmail.com>", "Emulator000 <emulator@hotmail.it>"]
    description = "A library for programatically filling out pdf forms"
    repository = "https://github.com/Emulator000/pdf_form"
    edition = "2018"
    readme = "README.md"
    keywords = ["pdf_form", "pdf", "form", "forms", "field"]
    license = "MIT"
    exclude = [
        ".idea",
    ]

[dependencies]
    bitflags = "^1.2"
    derive-error = "^0.0.4"
    lopdf = { version = "^0.25", features = ["embed_image"] }