Class PdfToHtmlConverterConfig

java.lang.Object
com.flowable.platform.pdf.converter.PdfToHtmlConverterConfig

public class PdfToHtmlConverterConfig extends Object
  • Field Details

    • 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
  • Constructor Details

    • PdfToHtmlConverterConfig

      public PdfToHtmlConverterConfig()
  • Method Details

    • 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)