Package | Description |
---|---|
com.aspose.pdf |
Modifier and Type | Class and Description |
---|---|
class |
CgmLoadOptions
Contains options for loading/importing CGM 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 |
MhtLoadOptions
Represents options for loading/importing of .mht-file into pdf document.
|
class |
PclLoadOptions
Represents options for loading/importing PCL 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.
|
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) |
Copyright © 2014 Aspose. All Rights Reserved.