Class PdfFillHelper
java.lang.Object
de.xima.fc.bl.fdv.processing.helper.PdfFillHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fillPdfForm
(org.apache.pdfbox.pdmodel.PDDocument pdDoc, IFormDataAdapter fda, IWorkflowProcessingContext wpc) Deprecated.usePDFFiller
getFieldOptions
(String identifier, boolean asAlias, IFormDataAdapter fda) Deprecated.static String
getFunctionResultValue
(String value, String acroFieldName, IFormDataAdapter fda) static org.apache.pdfbox.pdmodel.PDDocument
pdDocumentFor
(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:
MalformedURLException
IOException
-
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