Class PdfToHtmlConverterConfig
- java.lang.Object
-
- com.flowable.platform.pdf.converter.PdfToHtmlConverterConfig
-
public class PdfToHtmlConverterConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
charactersToExclude
protected String
filename
protected String[]
footerPattern
protected String[]
headerPatterns
protected float
minMargin
protected double
nearEqualsArea
protected int
nrOfSectionsForFootersSearch
protected int
nrOfSectionsForHeadersSearch
protected String
outputDirectory
protected String[]
pageNumberPatterns
protected boolean
preserveLogosOnFirstPage
protected int
requiredMatches
protected String
wrappedStyles
-
Constructor Summary
Constructors Constructor Description PdfToHtmlConverterConfig()
-
Method Summary
-
-
-
Field Detail
-
nrOfSectionsForHeadersSearch
protected int nrOfSectionsForHeadersSearch
-
nrOfSectionsForFootersSearch
protected int nrOfSectionsForFootersSearch
-
outputDirectory
protected String outputDirectory
-
footerPattern
protected String[] footerPattern
-
pageNumberPatterns
protected String[] pageNumberPatterns
-
headerPatterns
protected String[] headerPatterns
-
wrappedStyles
protected String wrappedStyles
-
requiredMatches
protected int requiredMatches
-
nearEqualsArea
protected double nearEqualsArea
-
preserveLogosOnFirstPage
protected boolean preserveLogosOnFirstPage
-
charactersToExclude
protected String charactersToExclude
-
minMargin
protected float minMargin
-
filename
protected String filename
-
-
Method Detail
-
getNrOfSectionsForHeadersSearch
public int getNrOfSectionsForHeadersSearch()
-
setNrOfSectionsForHeadersSearch
public void setNrOfSectionsForHeadersSearch(int nrOfSectionsForHeadersSearch)
-
getNrOfSectionsForFootersSearch
public int getNrOfSectionsForFootersSearch()
-
setNrOfSectionsForFootersSearch
public void setNrOfSectionsForFootersSearch(int nrOfSectionsForFootersSearch)
-
getOutputDirectory
public String getOutputDirectory()
-
setOutputDirectory
public void setOutputDirectory(String outputDirectory)
-
getFooterPattern
public String[] getFooterPattern()
-
setFooterPattern
public void setFooterPattern(String[] footerPattern)
-
getPageNumberPatterns
public String[] getPageNumberPatterns()
-
setPageNumberPatterns
public void setPageNumberPatterns(String[] pageNumberPatterns)
-
getHeaderPatterns
public String[] getHeaderPatterns()
-
setHeaderPatterns
public void setHeaderPatterns(String[] headerPatterns)
-
getWrappedStyles
public String getWrappedStyles()
-
setWrappedStyles
public void setWrappedStyles(String wrappedStyles)
-
getRequiredMatches
public int getRequiredMatches()
-
setRequiredMatches
public void setRequiredMatches(int requiredMatches)
-
getNearEqualsArea
public double getNearEqualsArea()
-
setNearEqualsArea
public void setNearEqualsArea(double nearEqualsArea)
-
isPreserveLogosOnFirstPage
public boolean isPreserveLogosOnFirstPage()
-
setPreserveLogosOnFirstPage
public void setPreserveLogosOnFirstPage(boolean preserveLogosOnFirstPage)
-
getCharactersToExclude
public String getCharactersToExclude()
-
setCharactersToExclude
public void setCharactersToExclude(String charactersToExclude)
-
getMinMargin
public float getMinMargin()
-
setMinMargin
public void setMinMargin(float minMargin)
-
getFilename
public String getFilename()
-
setFilename
public void setFilename(String filename)
-
-