Uses of Interface
de.xima.fc.pdf.form.IPdfFormVisitor
Packages that use IPdfFormVisitor
-
Uses of IPdfFormVisitor in de.xima.fc.pdf.form
Methods in de.xima.fc.pdf.form with parameters of type IPdfFormVisitorModifier and TypeMethodDescriptionstatic <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.