PdfElixide.Form (pdf_elixide v0.2.0)

Copy Markdown View Source

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

fields(document)

@spec fields(PdfElixide.Document.t()) ::
  {:ok, [PdfElixide.Form.Field.t()]} | {:error, term()}

Extracts form fields from the given PDF document.

fields!(doc)

Extracts form fields from the given PDF document, raising an error if it fails.