Interface PDFDocument.TrailerOutputHelper

    • Method Detail

      • outputStructureTreeElements

        void outputStructureTreeElements​(java.io.OutputStream stream)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • outputCrossReferenceObject

        long outputCrossReferenceObject​(java.io.OutputStream stream,
                                        TrailerDictionary trailerDictionary,
                                        int first,
                                        int last,
                                        int size)
                                 throws java.io.IOException
        Returns:
        the offset of the cross-reference object (the value of startxref)
        Throws:
        java.io.IOException