formfyxer.pdf_wrangling
- formfyxer.pdf_wrangling
- FieldType
- FormField
- set_fields
- rename_pdf_fields
- unlock_pdf_in_place
- has_fields
- get_existing_pdf_fields
- swap_pdf_page
- copy_pdf_fields
- get_original_text_with_fields
- get_textboxes_in_pdf
- get_bracket_chars_in_pdf
- intersect_bbox
- intersect_bboxs
- contain_boxes
- get_dist_sq
- get_dist
- get_connected_edges
- bbox_distance
- get_possible_fields
- LowestVertVisitor
- replace_in_original
- get_possible_checkboxes
- get_possible_radios
- get_possible_text_fields
- auto_add_fields
- is_tagged
FieldType Objects
class FieldType(Enum)
TEXT
Text input Field
AREA
Text input Field, but an area
LIST_BOX
allows multiple selection
CHOICE
allows only one selection
FormField Objects
class FormField()
A data holding class, used to easily specify how a PDF form field should be created.