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> TPdfFormProcessor.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> TPdfFormProcessor.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> TPdfFormProcessor.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> TPdfFormProcessor.process(Path pdf, String password, IPdfFormVisitor<T> visitor) Processes a PDF document for form relevant content, and invokes the given visitor with that content.