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 voidfillPdfForm(org.apache.pdfbox.pdmodel.PDDocument pdDoc, IFormDataAdapter fda, IWorkflowProcessingContext wpc)Deprecated.usePDFFillerstatic HashMap<String,HashMap<String,String>>getFieldOptions(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 
 - 
 
- 
- 
Method Detail
- 
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,String>> getFieldOptions(String identifier, boolean asAlias, IFormDataAdapter fda)
Deprecated. 
 - 
 
 -