Representation of the form fields within a PDF document.
Summary
Functions
Extracts form fields from the given PDF document.
Extracts form fields from the given PDF document, raising an error if it fails.
Functions
@spec fields(PdfElixide.Document.t()) :: {:ok, [PdfElixide.Form.Field.t()]} | {:error, term()}
Extracts form fields from the given PDF document.
@spec fields!(PdfElixide.Document.t()) :: [PdfElixide.Form.Field.t()]
Extracts form fields from the given PDF document, raising an error if it fails.