Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing document as image(s) or a plain text.
|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Class and Description |
---|---|
class |
Document
Class representing PDF document
|
Modifier and Type | Method and Description |
---|---|
IDocument |
PdfDocumentBuilder.getDocument() |
IDocument |
Page.getDocument() |
IDocument |
Form.getDocument() |
Modifier and Type | Method and Description |
---|---|
void |
XfaMerge.append(IDocument src,
com.aspose.ms.System.Collections.Hashtable RenameMap)
Appends XFA form of soruce document to destination docyument
|
static Resources |
Resources.create(IDocument doc,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary res) |
static Resources |
InternalHelper.create(IDocument doc,
com.aspose.pdf.engine.commondata.pagecontent.IResourceDictionary res) |
static XForm |
XForm.createNewForm(Page source,
IDocument document)
Creates XForm which duplicates contents of the page.
|
void |
PdfAction.execute(IDocument document) |
static void |
InternalHelper.iDocument_saveInternal(IDocument iDocument,
com.aspose.ms.System.IO.Stream output) |
void |
Annotation.initialize(IDocument doc) |
static void |
XfdfReader.readAnnotations(InputStream stream,
IDocument document)
Import annotations from XFDF file and put them into document.
|
static void |
XfdfReader.readFields(com.aspose.ms.System.IO.Stream stream,
IDocument document,
com.aspose.ms.System.Collections.IList foundFields,
com.aspose.ms.System.Collections.IList notFoundFields)
Import field values from XFDF file.
|
void |
TextFragmentAbsorber.visit(IDocument pdf)
Performs search on the specified document.
|
void |
TextAbsorber.visit(IDocument pdf)
Extracts text on the specified document
The example demonstrates how to extract text on PDF document.
|
void |
ImagePlacementAbsorber.visit(IDocument pdf)
Performs search on the specified document.
|
static void |
XfdfWriter.writeAnnotations(com.aspose.ms.System.IO.Stream stream,
IDocument document)
Writes annotations from list to XFDF stream.
|
static void |
XfdfWriter.writeFields(com.aspose.ms.System.IO.Stream stream,
IDocument document) |
Constructor and Description |
---|
DocumentActionCollection(IDocument document)
Constructor for DocumentActionCollection.
|
DocumentInfo(IDocument document)
Initialize DocumentInfo instance.
|
Field(com.aspose.pdf.engine.data.IPdfObject annotation,
IDocument document) |
Form(IDocument document) |
XfaMerge(IDocument dest) |
XYZExplicitDestination(IDocument doc,
int page,
double left,
double top,
double zoom)
|
Modifier and Type | Method and Description |
---|---|
void |
TiffDevice.process(IDocument document,
int fromPage,
int toPage,
OutputStream output) |
void |
DocumentDevice.process(IDocument document,
int fromPage,
int toPage,
OutputStream output) |
void |
DocumentDevice.process(IDocument document,
int fromPage,
int toPage,
com.aspose.ms.System.IO.Stream output) |
void |
DocumentDevice.process(IDocument document,
int fromPage,
int toPage,
String outputFileName)
Processes certain pages of the document and saves results into file.
|
void |
DocumentDevice.process(IDocument document,
OutputStream output) |
void |
DocumentDevice.process(IDocument document,
String outputFileName)
Processes the whole document and saves results into file.
|
void |
TiffDevice.processInternal(IDocument document,
int fromPage,
int toPage,
com.aspose.ms.System.IO.Stream output)
Converts certain document pages into tiff and save it in the output stream.
|
abstract void |
DocumentDevice.processInternal(IDocument document,
int fromPage,
int toPage,
com.aspose.ms.System.IO.Stream output)
Each device represents some operation on the document, e.g. we can convert pdf document into another format.
|
void |
DocumentDevice.processInternal(IDocument document,
com.aspose.ms.System.IO.Stream output)
Processes the whole document and saves results into stream.
|
Modifier and Type | Method and Description |
---|---|
IDocument |
PdfFileSecurity.getDocument()
Gets the document
PdfFileSecurity is working on. |
IDocument |
PdfFileMend.getDocument()
Gets the document
PdfFileMend is working on. |
IDocument |
IPdfFileStamp.getDocument()
Gets the document
PdfFileStamp is working on. |
IDocument |
IFormEditor.getDocument()
Gets the document
FormEditor is working on. |
IDocument |
IForm.getDocument()
Gets the document
Form is working on. |
IDocument |
Facade.getDocument()
Gets the document facade is working on.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfViewer.bindPdf(IDocument srcDoc)
Initializes the facade.
|
void |
IFacade.bindPdf(IDocument srcDoc)
Binds PDF document for editing.
|
void |
Facade.bindPdf(IDocument srcDoc)
Initializes the facade.
|
void |
PdfFileEditor.resizeContents(IDocument source,
int[] pages,
APdfFileEditor.ContentsResizeParameters parameters)
Resizes pages of document.
|
OutlineItemCollection |
Bookmark.toOutlineItemCollection(IDocument doc) |
Constructor and Description |
---|
Form(IDocument document)
Initializes new
Form object on base of the document . |
Form(IDocument document,
OutputStream destStream)
Initializes new
Form object on base of the document . |
Form(IDocument document,
String destFileName)
Initializes new
Form object on base of the document . |
FormEditor(IDocument document)
Initializes new
FormEditor object on base of the document
. |
FormEditor(IDocument document,
OutputStream destStream)
Initializes new
FormEditor object on base of the document
. |
FormEditor(IDocument document,
String destFileName)
Initializes new
FormEditor object on base of the document
. |
PdfAnnotationEditor(IDocument document)
Initializes new
PdfAnnotationEditor object on base of the document . |
PdfBookmarkEditor(IDocument document)
Initializes new
PdfBookmarkEditor object on base of the document . |
PdfContentEditor(IDocument document)
Initializes new
PdfContentEditor object on base of the document . |
PdfConverter(IDocument document)
Initializes new
PdfConverter object on base of the document . |
PdfExtractor(IDocument document)
Initializes new
PdfExtractor object on base of the document . |
PdfFileInfo(IDocument document)
Initializes new
PdfFileInfo object on base of the document . |
PdfFileMend(IDocument document)
Initializes new
PdfFileMend object on base of the document . |
PdfFileMend(IDocument document,
com.aspose.ms.System.IO.Stream outputStream)
Deprecated.
|
PdfFileMend(IDocument document,
String outputFileName)
Initializes new
PdfFileMend object on base of the document . |
PdfFileSecurity(IDocument document)
Initializes new
PdfFileSecurity object on base of the
document . |
PdfFileSecurity(IDocument document,
OutputStream outputStream)
Initializes new
PdfFileSecurity object on base of the
document . |
PdfFileSecurity(IDocument document,
String outputFile)
Initializes new
PdfFileSecurity object on base of the
document . |
PdfFileSignature(IDocument document)
Initializes new
PdfFileSignature object on base of the document . |
PdfFileSignature(IDocument document,
String outputFile)
Deprecated.
|
PdfFileStamp(IDocument document)
Initializes new
PdfFileStamp object on base of the document . |
PdfFileStamp(IDocument document,
OutputStream outputStream)
Initializes new
PdfFileStamp object on base of the document . |
PdfFileStamp(IDocument document,
String outputFile)
Initializes new
PdfFileStamp object on base of the document . |
PdfViewer(IDocument document)
Initializes new
PdfViewer object. |
Copyright © 2017 Aspose. All Rights Reserved.