Uses of Interface
de.xima.fc.pdf.form.IPdfFormVisitor
-
Packages that use IPdfFormVisitor Package Description de.xima.fc.pdf.form -
-
Uses of IPdfFormVisitor in de.xima.fc.pdf.form
Methods in de.xima.fc.pdf.form with parameters of type IPdfFormVisitor Modifier and Type Method Description static <T> T
PdfFormProcessor. process(byte[] pdf, String password, IPdfFormVisitor<T> visitor)
Processes a PDF document for form relevant content, and invokes the given visitor with that content.static <T> T
PdfFormProcessor. process(File pdf, String password, IPdfFormVisitor<T> visitor)
Processes a PDF document for form relevant content, and invokes the given visitor with that content.static <T> T
PdfFormProcessor. process(InputStream pdf, String password, IPdfFormVisitor<T> visitor)
Processes a PDF document for form relevant content, and invokes the given visitor with that content.static <T> T
PdfFormProcessor. process(Path pdf, String password, IPdfFormVisitor<T> visitor)
Processes a PDF document for form relevant content, and invokes the given visitor with that content.
-