Class PdfToHtmlConverterConfig


  • public class PdfToHtmlConverterConfig
    extends Object
    • 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
    • Constructor Detail

      • PdfToHtmlConverterConfig

        public PdfToHtmlConverterConfig()
    • 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)