Class PdfContentStreamHandler.Do

    • Constructor Detail

      • Do

        private Do()
    • Method Detail

      • invoke

        public void invoke​(java.util.List<PdfObject> operands,
                           PdfContentStreamHandler handler,
                           PdfDictionary resources)
        Description copied from interface: ContentOperator
        Invokes a content operator.
        Specified by:
        invoke in interface ContentOperator
        Parameters:
        operands - the operands that come with the operator
        handler - content stream handler that is invoking us
        resources - Pdf Resources found in the file containing the stream.
      • processContent

        private void processContent​(byte[] contentBytes,
                                    PdfDictionary resources)
      • getContentBytesFromPdfObject

        private byte[] getContentBytesFromPdfObject​(PdfObject object)
                                             throws java.io.IOException
        Throws:
        java.io.IOException