org.jpedal.examples.acroform
Class ExtractFormDataAsObject
java.lang.Object
org.jpedal.examples.acroform.ExtractFormDataAsObject
public class ExtractFormDataAsObject
- extends java.lang.Object
Recommended form data extraction example from version 3.20
showing new methods
|
Method Summary |
int |
getFileCount()
|
java.lang.String |
getOutputDir()
|
static void |
main(java.lang.String[] args)
main routine which checks for any files passed and runs the demo |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractFormDataAsObject
public ExtractFormDataAsObject()
ExtractFormDataAsObject
public ExtractFormDataAsObject(java.lang.String file_name)
- example method to open a file and extract the form data
getFileCount
public int getFileCount()
main
public static void main(java.lang.String[] args)
- main routine which checks for any files passed and runs the demo
getOutputDir
public java.lang.String getOutputDir()