Class PDFBoxConfig


  • public class PDFBoxConfig
    extends Object
    • Field Detail

      • FONT_LOAD_LEVEL

        public static PDFBoxConfig.FontLoadLevel FONT_LOAD_LEVEL
        Option to disable searching the file system for fonts (Speeds up startup if fonts not needed)
    • Constructor Detail

      • PDFBoxConfig

        public PDFBoxConfig()
    • Method Detail

      • setFontLoadLevel

        public static void setFontLoadLevel​(PDFBoxConfig.FontLoadLevel fontLoadLevel)
        Parameters:
        fontLoadLevel - the new FontLoadLevel to use when loading fonts
      • setDebugLoggingEnabled

        public static void setDebugLoggingEnabled​(boolean debugLoggingEnabled)
        Parameters:
        debugLoggingEnabled - sets whether debug logging is enabled for PdfBox-Android
      • isDebugEnabled

        public static boolean isDebugEnabled()
        Returns:
        whether debug logging is enabled for PdfBox-Android