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. |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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.
|
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.
|
Copyright © 2020 Aspose. All Rights Reserved.