Class Configuration

java.lang.Object
org.loboevolution.pdfview.Configuration

public class Configuration extends Object
Since there is no context that is passed between the various classes that perform the pdf parsing and rendering, we introduce this class to at least globally configure PDFRenderer.

Typically, you would configure the global instance before using any other PDFRenderer API.

  • Constructor Details

    • Configuration

      public Configuration()
  • Method Details