Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java 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.
|
com.aspose.pdf.tagged |
The com.aspose.pdf.tagged package provides classes that allow to work with TaggedContent of a
document.
|
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.
|
static Document |
InternalHelper.new_Document(int version) |
static Document |
InternalHelper.new_Document(com.aspose.ms.System.IO.Stream outputStream,
String password,
boolean b) |
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 boolean |
InternalHelper.doc_containSignature(Document doc) |
static void |
InternalHelper.Document_setPlugin(Document tmp_final_document,
int extractor) |
abstract void |
InternalHelper.InternalLogic.TestHelper.initPdfUa(Document doc) |
void |
InternalHelper.InternalLogic.ForbidenFunctionalityForReleasedProduct.initPdfUa(Document doc) |
void |
InternalHelper.InternalLogic.TestUnitFunctional.initPdfUa(Document doc) |
static void |
FdfReader.readAnnotations(InputStream stream,
Document document)
Import annotations from FDF file and put them into document.
|
void |
TextFragmentAbsorber.removeAllText(Document document)
Removes all text from the document.
|
static void |
InternalHelper.setPlugin(Document doc,
int form) |
void |
FontAbsorber.visit(Document pdf)
Performs search on the specified document.
|
void |
ParagraphAbsorber.visit(Document doc)
Performs search for sections and paragraphs 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 |
---|
DateField(Document doc)
Constructor which should be used with Generator.
|
DateField(Document doc,
Rectangle rect)
Initializes a new instance of the
DateField |
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.
|
GoToAction(Document doc,
String name)
Action which linked with Named Destination.
|
NamedDestination(Document doc,
String name)
Create named destination.
|
NumberField(Document doc,
Rectangle rect)
Initializes a new instance of the
NumberField class. |
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 |
PdfFileSanitization.bindPdf(Document srcDoc)
Initializes the facade.
|
Constructor and Description |
---|
PdfPageEditor(Document document)
Constructor for PdfPageEditor class.
|
Modifier and Type | Method and Description |
---|---|
static TaggedContext |
InternalHelper.new_TaggedContext(Document document) |
Copyright © 2024 Aspose. All Rights Reserved.