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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static ExplicitDestination |
ExplicitDestination.createDestination(Document doc,
int pageNumber,
int type,
double... values)
Deprecated.
|
static void |
XfdfReader.readFields(InputStream stream,
Document document)
Import field values from XFDF file.
|
Constructor and Description |
---|
FitExplicitDestination(Document document,
int pageNumber)
Deprecated.
|
NamedDestination(Document doc,
String name)
Create named destination.
|
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) |
Copyright © 2020 Aspose. All Rights Reserved.