Uses of Interface
com.snowtide.pdf.forms.Form
-
Packages that use Form Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases.com.snowtide.pdf.forms This package contains interfaces and classes that PDFxStream uses to represent various types of form data present in PDFDocument
s. -
-
Uses of Form in com.snowtide.pdf
Methods in com.snowtide.pdf that return Form Modifier and Type Method Description Form
Document. getFormData()
Loads the form data contained in the current document, and returns aForm
object that represents that data.Form
PDFTextStream. getFormData()
Deprecated. -
Uses of Form in com.snowtide.pdf.forms
Subinterfaces of Form in com.snowtide.pdf.forms Modifier and Type Interface Description interface
AcroForm
AForm
implementation that represents the contents of an interactive PDF form, available viaDocument.getFormData()
.
-