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 originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
Document |
DocumentFactory.createDocument()
Create empty document.
|
Document |
DocumentFactory.createDocument(InputStream input)
Load document from a stream.
|
Document |
DocumentFactory.createDocument(InputStream input,
LoadOptions options)
Create document.
|
Document |
DocumentFactory.createDocument(InputStream input,
String password)
Load password protected document from a stream.
|
Document |
DocumentFactory.createDocument(String fileName)
Load document from a file.
|
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 |
---|---|
static void |
InternalHelper.addButton(Page _currentPage,
Rectangle convertRect,
boolean isShowFieldsBorders,
com.aspose.html.HTMLInputElement as,
Document _document) |
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.
|
PDF3DArtwork(Document doc,
PDF3DContent content)
Initializes a new instance of the
PDF3DArtwork class. |
PDF3DArtwork(Document doc,
PDF3DContent content,
PDF3DLightingScheme lightingScheme,
PDF3DRenderMode renderMode)
Initializes a new instance of the
PDF3DArtwork class. |
PDF3DCrossSection(Document doc)
Initializes a new instance of the
PDF3DCrossSection class. |
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 © 2017 Aspose. All Rights Reserved.