|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.parser.ContentByteUtils
public class ContentByteUtils
Method Summary | |
---|---|
static byte[] |
getContentBytesForPage(PdfReader reader,
int pageNum)
Gets the content bytes of a page from a reader |
static byte[] |
getContentBytesFromContentObject(PdfObject contentObject)
Gets the content bytes from a content object, which may be a reference a stream or an array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] getContentBytesFromContentObject(PdfObject contentObject) throws java.io.IOException
contentObject
- the object to read bytes from
java.io.IOException
public static byte[] getContentBytesForPage(PdfReader reader, int pageNum) throws java.io.IOException
reader
- the reader to get content bytes frompageNum
- the page number of page you want get the content stream from
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |