Class PdfFillHelper
java.lang.Object
de.xima.fc.bl.fdv.processing.helper.PdfFillHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc, IFormDataAdapter fda, IWorkflowProcessingContext wpc) Deprecated.usePDFFillergetFieldOptions(String identifier, boolean asAlias, IFormDataAdapter fda) Deprecated.static StringgetFunctionResultValue(String value, String acroFieldName, IFormDataAdapter fda) static org.apache.pdfbox.pdmodel.PDDocumentpdDocumentFor(String uriPdfIn) Deprecated.usePDFFiller
-
Constructor Details
-
PdfFillHelper
public PdfFillHelper()Deprecated.
-
-
Method Details
-
pdDocumentFor
@Deprecated public static org.apache.pdfbox.pdmodel.PDDocument pdDocumentFor(String uriPdfIn) throws MalformedURLException, IOException Deprecated.usePDFFiller- Throws:
MalformedURLExceptionIOException
-
fillPdfForm
@Deprecated public static void fillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc, IFormDataAdapter fda, IWorkflowProcessingContext wpc) throws IOException Deprecated.usePDFFiller- Throws:
IOException
-
getFunctionResultValue
@Deprecated public static String getFunctionResultValue(String value, String acroFieldName, IFormDataAdapter fda) -
getFieldOptions
@Deprecated public static HashMap<String,HashMap<String, getFieldOptionsString>> (String identifier, boolean asAlias, IFormDataAdapter fda) Deprecated.
-
PDFFiller