Package com.geniusscansdk.pdf
Class PDFGeneratorConfiguration
- java.lang.Object
-
- com.geniusscansdk.pdf.PDFGeneratorConfiguration
-
public final class PDFGeneratorConfiguration extends java.lang.ObjectA configuration for the PDF generator
-
-
Constructor Summary
Constructors Constructor Description PDFGeneratorConfiguration(java.lang.String fontPath, java.lang.String iccProfilePath, boolean debug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetDebug()If true, OCR'ed text will visible on the PDF.java.lang.StringgetFontPath()java.lang.StringgetIccProfilePath()An ICC profile file that will be configured on the PDF file.java.lang.StringtoString()
-
-
-
Method Detail
-
getFontPath
public java.lang.String getFontPath()
-
getIccProfilePath
public java.lang.String getIccProfilePath()
An ICC profile file that will be configured on the PDF file. This is needed to have PDF/A compliance. It's a RGB profile so that it supports any RGB or Grayscale image.
-
getDebug
public boolean getDebug()
If true, OCR'ed text will visible on the PDF. Defaults to false
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-