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. |
Modifier and Type | Class and Description |
---|---|
class |
CgmLoadOptions
Contains options for loading/importing CGM file into pdf document.
|
class |
EpubLoadOptions
Contains options for loading/importing EPUB file into pdf document.
|
class |
HtmlLoadOptions
Represents options for loading/importing html file into pdf document.
|
class |
LatexLoadOptions
Represents options for loading/importing TeX file into PDF document.
|
class |
MdLoadOptions
Load options for MArkdown format conversion.
|
class |
MhtLoadOptions
Represents options for loading/importing of .mht-file into pdf document.
|
class |
PclLoadOptions
Represents options for loading(import) PCL file into pdf document.
|
class |
PsLoadOptions
Represents options for loading/importing of .mht-file into pdf document.
|
class |
SvgLoadOptions
Represents options for loading/importing SVG file into pdf document.
|
class |
XmlLoadOptions
Represents options for loading/importing XML file into pdf document.
|
class |
XpsLoadOptions
Represents options for loading/importing xps file into pdf document.
|
class |
XslFoLoadOptions
Represents options for loading/importing XSL-FO file into pdf document.
|
Modifier and Type | Method and Description |
---|---|
Document |
DocumentFactory.createDocument(InputStream input,
LoadOptions options)
Create document.
|
Document |
ComHelper.openFile(String filename,
LoadOptions options)
Open an existing document from a file providing necessary converting oprions to get pdf
document.
|
Document |
ComHelper.openStream(InputStream input,
LoadOptions options)
Open and return an existing document from a stream providing necessary converting to get pdf
document.
|
Constructor and Description |
---|
Document(InputStream input,
LoadOptions options)
Opens an existing document from a stream providing necessary converting to get pdf document.
|
Document(String filename,
LoadOptions options)
Opens an existing document from a file providing necessary converting to get pdf document.
|
DocumentWeb(InputStream input,
LoadOptions options)
Opens an existing DocumentWeb from a stream providing necessary converting to get pdf
DocumentWeb.
|
DocumentWeb(String filename,
LoadOptions options) |