|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.PdfPage
public class PdfPage
Represents a page from an imported PDF document.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
byte[] |
getContents()
Returns the uncompressed binary contents of the page. |
java.lang.String |
getDictionaryValue(java.lang.String key)
Returns the value of a given page dictionary key. |
PageDimensions |
getDimensions()
Gets the page dimensions of the page. |
FontInformation[] |
getFonts()
Gets the informaton of all the fonts present in the page. |
ImageInformation[] |
getImages()
Returns an array of ImageInformation objects of all the images present in the pdf page. |
PdfNoteAnnotation[] |
getNoteAnnotations()
Gets the note annotations from the the PDF page. |
int |
getRotate()
Gets the rotation value of the page. |
java.lang.String |
getText()
Gets the text in the page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PdfNoteAnnotation[] getNoteAnnotations()
public java.lang.String getDictionaryValue(java.lang.String key)
key
- The dictionaries key.
public byte[] getContents()
public int getRotate()
public PageDimensions getDimensions()
PageDimensions
object.PageDimensions
public FontInformation[] getFonts()
FontInformation
.public java.lang.String getText()
public ImageInformation[] getImages()
ImageInformation
objects of all the images present in the pdf page.
NOTE: This method returns image information only when the license key is applied and it will not work in evaluation mode.
ImageInformation
objects of all the images present in the document.
Licensing:
This class is a DynamicPDF Merger Enterprise Edition feature.
One of the following licenses is required for non-evaluation usage:
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |