Interface | Description |
---|---|
ConverterCallback |
Implement a callback function for when conversion is finished.
Will be used only when converting scanned images, and have called OptionsPDF.setRunOCRThread(true) so that the OCR based conversion is being run on a different thread |
ConverterSetProgress |
Define interface for accepting converter progress updates.
Implement callback functions for conversion progress. |
Class | Description |
---|---|
BankTransaction |
Class to hold a single bank transaction
|
ConverterResults |
Class for returning the results of a conversion, for one account in one statement.
|
OptionsPDF |
Class to specify options before calling
PDFConvertServer |
TaxForm |
Class to hold information from a tax form
|
TaxItem |
Class to hold a single tax line item
|
Methods for setting options and retrieving data from PDFConvertServer
The OptionsPDF
class is used to set options before conversion.
The ConverterResults
class is used to read results after conversion.
All the other classes are referenced by either OptionsPDF or ConverterResults.