- callback(List<ConverterResults>) - Method in interface com.moneythumb.convert.util.ConverterCallback
-
- com.moneythumb.server - package com.moneythumb.server
-
PDF Convert Server conversion methods
- convert(String, String) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to CSV, with all default options
- convert(String, File) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv, with all default options
- convert(String, byte[]) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv, all default options.
- convert(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv format, with a specified product name and options.
- convert(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to POJO transactions
- convert(String, String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to any supported format, with a specified product name and options.
- convert(String, String) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to CSV, with all default options
- convert(String, File) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv, with all default options
- convert(String, byte[]) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv, all default options.
- convert(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to csv format, with a specified product name and options.
- convert(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to POJO transactions
- convert(String, String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a PDF file to any supported format, with a specified product name and options.
- ConverterCallback - Interface in com.moneythumb.convert.util
-
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
- ConverterResults - Class in com.moneythumb.convert.util
-
Class for returning the results of a conversion, for one account in one statement.
- ConverterResults(Thread) - Constructor for class com.moneythumb.convert.util.ConverterResults
-
- ConverterResults(Runnable) - Constructor for class com.moneythumb.convert.util.ConverterResults
-
- converterSetIndeterminate(boolean) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
-
- ConverterSetProgress - Interface in com.moneythumb.convert.util
-
Define interface for accepting converter progress updates.
Implement callback functions for conversion progress.
- converterSetProgress(int) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
-
- converterSetTitle(String) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
-
- converterSetTitleProgress(String, int) - Method in interface com.moneythumb.convert.util.ConverterSetProgress
-
- convertMultiple(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to POJO transactions, processing multiple monthly statements and/or accounts
- convertMultiple(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to csv output, processing multiple monthly statements and/or accounts
- convertMultiple(String, String, byte[], OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to POJO transactions, processing multiple monthly statements and/or accounts
- convertMultiple(String, String, File, OptionsPDF) - Static method in class com.moneythumb.server.PDFConvertServer
-
Convert a byte array representing a PDF file to csv output, processing multiple monthly statements and/or accounts
- setAccountNumber(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set an account number to search for in the statement, used if the statement has multiple accounts
- setAccountSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set which account to process if there are multiple accounts in a single statement
- setAccountType(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the account type to be processed.
- setBankID(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the bankid to use when created OFX, QFX, QBO files
- setBankName(String) - Method in class com.moneythumb.convert.util.ConverterResults
-
- setBankURL(String) - Method in class com.moneythumb.convert.util.ConverterResults
-
- setCallBack(ConverterCallback) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set callback method for when OCR processing is complete
- setCombineLines(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set option to combine description lines
- setCreateMap(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set option to create a .map file with page number and position of each transaction
- setDocType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the document type.
- setDoOCR(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the option for whether OCR should always be run, even if the PDF appears to be text based.
- setDoOCRnr(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set option for always running OCR if the statement did not reconcile with text processing.
- setEndAccount(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setFid(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the Intuit FID, used by Quicken and QuickBooks in QBO and QFX files
- setFirstpage(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the first page in the PDF which should be processed.
- setFixedColumns(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set option for how columns are defined in a csv file
- setLanguage(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the language of the statement to process
- setLastpage(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the last page in the PDF which should be processed.
- setLogPath(File) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the path for the log file.
- setLogType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the type of the log file
- setMonthSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set which statement to process if there are multiple (i.e.
- setNeedAlphas(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setNosepdates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the option for whether dates must have a separator.
- setOnecurrencycol(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setOutputType(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the method for returning transactions
- setPagewidth(Float) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setPassword(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the password required to read a password protected PDF
- setProgressupdate(BKProgressUpdate) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setProgressUpdate(ConverterSetProgress) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set method to receive updates as the OCR processing proceeds
- setReadUSDates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the format for reading dates
- setRunOCRThread(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Flag for running OCR in a separate thread.
- setSpacing(Float) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setStartAccount(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setStatementSeq(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-
- setTrackingID(String) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set an optional tracking ID on the conversion.
- setWriteUSDates(boolean) - Method in class com.moneythumb.convert.util.OptionsPDF
-
Set the format for writing dates to csv files
- setYear(int) - Method in class com.moneythumb.convert.util.OptionsPDF
-