Class ContentByteUtils


  • public class ContentByteUtils
    extends Object
    Since:
    5.0.1
    Author:
    kevin
    • Method Detail

      • getContentBytesFromContentObject

        public static byte[] getContentBytesFromContentObject​(PdfObject contentObject)
                                                       throws IOException
        Gets the content bytes from a content object, which may be a reference a stream or an array.
        Parameters:
        contentObject - the object to read bytes from
        Returns:
        the content bytes
        Throws:
        IOException
      • getContentBytesForPage

        public static byte[] getContentBytesForPage​(PdfReader reader,
                                                    int pageNum)
                                             throws IOException
        Gets the content bytes of a page from a reader
        Parameters:
        reader - the reader to get content bytes from
        pageNum - the page number of page you want get the content stream from
        Returns:
        a byte array with the effective content stream of a page
        Throws:
        IOException
        Since:
        5.0.1