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.facades |
The
com.aspose.pdf.facades package provides classes originaly came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
Document |
ComHelper.openFile(String filename)
Just create and return Document using
filename . |
Document |
ComHelper.openFile(String filename,
LoadOptions options)
Open an existing document from a file providing necessary converting oprions to get pdf
document.
|
Document |
ComHelper.openFile(String filename,
String password)
Initialize and return new instance of the
Document class for working with encrypted
document. |
Document |
ComHelper.openFile(String filename,
String password,
boolean isManagedStream)
Initialize new instance of the
Document class for working with encrypted document. |
Document |
ComHelper.openStream(InputStream input)
Initialize and return new Document instance from the
input stream. |
Document |
ComHelper.openStream(InputStream input,
boolean isManagedStream)
Initialize and return new Document instance from the
input stream. |
Document |
ComHelper.openStream(InputStream input,
LoadOptions options)
Open and return an existing document from a stream providing necessary converting to get pdf
document.
|
Document |
ComHelper.openStream(InputStream input,
String password)
Initialize and return new Document instance from the
input stream. |
Document |
ComHelper.openStream(InputStream input,
String password,
boolean isManagedStream)
Initialize and return new Document instance from the
input stream. |
Modifier and Type | Method and Description |
---|---|
void |
FontAbsorber.visit(Document pdf)
Performs search on the specified document.
|
void |
FontAbsorber.visit(Document pdf,
int startPage,
int pageCount)
Performs search in the specified range of pages of the document.
|
Constructor and Description |
---|
FitBExplicitDestination(Document document,
int pageNumber)
Deprecated.
|
FitBHExplicitDestination(Document document,
int pageNumber,
double top)
Deprecated.
|
FitBVExplicitDestination(Document document,
int pageNumber,
double left)
Deprecated.
|
FitExplicitDestination(Document document,
int pageNumber)
Deprecated.
|
FitHExplicitDestination(Document document,
int pageNumber,
double top)
Deprecated.
|
FitRExplicitDestination(Document document,
int pageNumber,
double left,
double bottom,
double right,
double top)
Deprecated.
|
FitVExplicitDestination(Document document,
int pageNumber,
double left)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFileInfo.bindPdf(Document srcDoc)
Initializes the facade.
|
Constructor and Description |
---|
PdfPageEditor(Document document)
Constructor for PdfPageEditor class.
|
Copyright © 2016 Aspose. All Rights Reserved.