Interface IRenderer

    • Method Detail

      • render

        void render()
             throws java.lang.Exception
        Render the DocumentNode.
        Throws:
        java.lang.Exception
      • getRootRenderer

        DocumentRenderer getRootRenderer()
        Returns the root renderer.
        Returns:
        the root renderer
      • getCS

        org.apache.pdfbox.pdmodel.PDPageContentStream getCS()
        Returns the content stream of current page.
        Returns:
        the content stream of current page