Uses of Class
de.xima.fc.pdf.form.UnsupportedXfaFormException
Packages that use UnsupportedXfaFormException
-
Uses of UnsupportedXfaFormException in de.xima.fc.gui.designer.form.pdfimport
Methods in de.xima.fc.gui.designer.form.pdfimport that throw UnsupportedXfaFormExceptionModifier and TypeMethodDescriptionstatic PdfImportSessionPdfImportSession.forExistingFile(Path pdfData, String fileName, String password, javax.faces.context.FacesContext context) Creates a new PDF import session for the given PDF document.static PdfImportSessionPdfImportSession.forInputStream(InputStream pdfData, String fileName, String password, javax.faces.context.FacesContext context) Creates a new PDF import session for the given PDF document.voidPdfImportSession.loadWithPassword(String password, javax.faces.context.FacesContext context) If the PDF documentrequired a password, loads the document with the given password. -
Uses of UnsupportedXfaFormException in de.xima.fc.pdf.form
Methods in de.xima.fc.pdf.form that throw UnsupportedXfaFormExceptionModifier 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.