Class DocumentInfo


  • public class DocumentInfo
    extends Object
    Information about the pdf to be converted.
    Author:
    Yohann Chastagnier
    • Constructor Detail

      • DocumentInfo

        public DocumentInfo()
    • Method Detail

      • getNbPages

        public int getNbPages()
        Returns:
        the nbPage
      • setNbPages

        public void setNbPages​(int nbPages)
      • getMaxWidth

        public int getMaxWidth()
        Returns:
        the maxWidth
      • setMaxWidth

        public void setMaxWidth​(int maxWidth)
      • getMaxHeight

        public int getMaxHeight()
        Returns:
        the maxHeight
      • setMaxHeight

        public void setMaxHeight​(int maxHeight)