Class PdfFillHelper
- java.lang.Object
-
- de.xima.fc.bl.fdv.processing.helper.PdfFillHelper
-
@Deprecated public class PdfFillHelper extends Object
Deprecated.usePDFFiller
-
-
Constructor Summary
Constructors Constructor Description PdfFillHelper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
fillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc, IFormDataAdapter fda, IWorkflowProcessingContext wpc)
Deprecated.usePDFFiller
static HashMap<String,HashMap<String,String>>
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
-
-
-
Method Detail
-
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,String>> getFieldOptions(String identifier, boolean asAlias, IFormDataAdapter fda)
Deprecated.
-
-