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.comparison.graphicalcomparison | |
com.aspose.pdf.comparison.sidebysidecomparison | |
com.aspose.pdf.comparison.textcomparison | |
com.aspose.pdf.dataeditor |
The com.aspose.pdf.dataeditor contains tools for editing data within a document.
|
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(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 void |
PrinterMarkAnnotation.addPrinterMarks(Document document,
int marksKind)
Adds printer's marks to all pages in the specified document.
|
static boolean |
InternalHelper.doc_containSignature(Document doc) |
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 plugin) |
static void |
DocumentExtensions.splitSharedImages(Document doc,
Page page_1,
Page page_2)
For Images in Resources if two pages checks for common XImages and for similar cases splits them, by creating duplicate XImages.
|
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 |
GraphicalPdfComparer.compareDocumentsToImages(Document document1,
Document document2,
String targetDirectory,
String fileNamePrefix,
com.aspose.ms.System.Drawing.Imaging.ImageFormat imageFormat)
Compares documents graphically.
|
void |
GraphicalPdfComparer.compareDocumentsToPdf(Document document1,
Document document2,
String resultPdfPath)
Compares documents graphically.
|
void |
GraphicalPdfComparer.comparePagesToPdf(Page page1,
Page page2,
Document pdfDocument)
Compares pages graphically.
|
Modifier and Type | Method and Description |
---|---|
static void |
SideBySidePdfComparer.compare(Document document1,
Document document2,
String targetPdfPath,
SideBySideComparisonOptions options)
Compares two documents.
|
Modifier and Type | Method and Description |
---|---|
static List<List<DiffOperation>> |
TextPdfComparer.compareDocumentsPageByPage(Document document1,
Document document2,
ComparisonOptions options)
Compares two documents page by page.
|
static List<List<DiffOperation>> |
TextPdfComparer.compareDocumentsPageByPage(Document document1,
Document document2,
ComparisonOptions options,
String resultPdfDocumentPath)
Compares two documents page by page.
|
static List<DiffOperation> |
TextPdfComparer.compareFlatDocuments(Document document1,
Document document2,
ComparisonOptions options)
Compares two documents page by page.
|
static List<DiffOperation> |
TextPdfComparer.compareFlatDocuments(Document document1,
Document document2,
ComparisonOptions options,
String resultPdfDocumentPath)
Compares two documents page by page.
|
Modifier and Type | Method and Description |
---|---|
static CosPdfDictionary |
CosPdfDictionary.createEmptyDictionary(Document document)
Creates an empty dictionary that will be attached to the document.
|
Constructor and Description |
---|
DictionaryEditor(Document document) |
Modifier and Type | Method and Description |
---|---|
void |
PdfConverter.bindPdf(Document srcDoc)
Binds a PDF document to the
PdfConverter instance for further processing. |
void |
PdfFileSanitization.bindPdf(Document srcDoc)
Initializes the facade.
|
static String |
InternalHelper.PdfFileSignature_getNextSignatureName(Document doc) |
Constructor and Description |
---|
PdfPageEditor(Document document)
Constructor for PdfPageEditor class.
|
Modifier and Type | Method and Description |
---|---|
static TaggedContext |
InternalHelper.new_TaggedContext(Document document) |
Copyright © 2025 Aspose. All Rights Reserved.