Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.form | |
com.foxit.gsdk.pdf.layer | |
com.foxit.gsdk.pdf.signature |
Modifier and Type | Method and Description |
---|---|
static PDFDocument |
PDFDocument.create()
Create a new
PDFDocument object. |
static PDFDocument |
PDFDocument.open(FileHandler file,
byte[] password)
Open an existing PDF document.
|
static PDFDocument |
PDFDocument.open(FileHandler file,
byte[] password,
int flag)
Open an existing PDF document, with specific loading flags.
|
Modifier and Type | Method and Description |
---|---|
static PDFAttachment |
PDFAttachment.create(PDFDocument document)
Create a
PDFAttachment object. |
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
Bitmap bitmap,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific Bitmap object. |
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
Image image,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific Image object. |
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
PDFPage page,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific PDFPage object. |
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
java.lang.String text,
PDFWatermark.WatermarkTextProperty properties,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific text string. |
static Progress |
PDFDocument.startImportPages(PDFDocument dstDoc,
int startIndex,
PDFDocument srcDoc,
int[] pageRanges,
java.lang.String layerName)
To start a progressive process of inserting a range of pages from an
extra source document (or with its layer information) into a target
document.
|
Modifier and Type | Method and Description |
---|---|
PDFDocument |
PDFForm.getDocument()
Retrieve a PDF document which owns the form.
|
Modifier and Type | Method and Description |
---|---|
PDFDocument |
LayerContext.getDocument()
Retrieve a PDF document which owns current PDF layer context.
|
Modifier and Type | Method and Description |
---|---|
PDFDocument |
Signature.getDocument()
Retrieve the PDF document object related to current signature.
|