public interface PDContentStream
Modifier and Type | Method and Description |
---|---|
PDRectangle |
getBBox()
Returns the bounding box of the contents.
|
java.io.InputStream |
getContents()
Returns this stream's content, if any.
|
Matrix |
getMatrix()
Returns the matrix which transforms from the stream's space to user space.
|
PDResources |
getResources()
Returns this stream's resources, if any.
|
java.io.InputStream getContents() throws java.io.IOException
java.io.IOException
- If the stream could not be readPDResources getResources()
PDRectangle getBBox()
Matrix getMatrix()