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. |
Modifier and Type | Class and Description |
---|---|
class |
DocSaveOptions
Save options for export to Doc format
|
class |
EpubSaveOptions
Save options for export to EPUB format
|
class |
ExcelSaveOptions
Save options for export to Excel format
|
class |
HtmlSaveOptions
Save options for export to Html format
|
class |
LaTeXSaveOptions
Save options for export to TeX format
|
class |
MobiXmlSaveOptions
Save options for export to Xml format
|
class |
PdfSaveOptions
Save options for export to Pdf format
|
class |
PptxSaveOptions
Save options for export to SVG format
|
class |
SvgSaveOptions
Save options for export to SVG format
|
class |
UnifiedSaveOptions
This class represents saving options for saving that uses unified conversion way (with unified
internal document model)
|
class |
XmlSaveOptions
Save options for export to Xml format
|
class |
XpsSaveOptions
Save options for export to Xps format
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentWeb.save(javax.servlet.http.HttpServletResponse response,
String outputFileName,
int disposition,
SaveOptions options)
Saves the document to a response stream with a save options.
|
void |
Document.save(OutputStream outputStream,
SaveOptions options)
Saves the document to a stream with a save options.
|
void |
IDocument.save(OutputStream outputStream,
SaveOptions options)
Saves the document with a new name setting its save options.
|
void |
Document.save(String outputFileName,
SaveOptions options)
Saves the document with a new name setting its save options.
|
void |
IDocument.save(String outputFileName,
SaveOptions options)
Saves the document with a new name setting its save options.
|
static void |
InternalHelper.setApsIntermediateFileIfAny(SaveOptions options,
String s) |
static void |
InternalHelper.setXpsIntermediateFileIfAny(SaveOptions options,
String s) |
Modifier and Type | Method and Description |
---|---|
SaveOptions |
Form.getSaveOptions()
Gets or sets save options when result is stored as HttpResponse.
|
SaveOptions |
FormEditor.getSaveOptions()
Gets save options when result is stored as HttpResponse.
|
SaveOptions |
IForm.getSaveOptions()
Gets or sets save options when result is stored as HttpResponse.
|
SaveOptions |
IFormEditor.getSaveOptions()
Gets save options when result is stored as HttpResponse.
|
SaveOptions |
IPdfFileEditor.getSaveOptions()
Gets or sets save options when result is stored as HttpServletResponse.
|
SaveOptions |
IPdfFileStamp.getSaveOptions()
Gets save options when result is stored as HttpResponse.
|
SaveOptions |
PdfFileEditor.getSaveOptions()
Gets or sets save options when result is stored as HttpServletResponse.
|
SaveOptions |
PdfFileStamp.getSaveOptions()
Gets save options when result is stored as HttpResponse.
|
SaveOptions |
PdfFileStampWeb.getSaveOptions()
Gets save options when result is stored as HttpResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setSaveOptions(SaveOptions value)
Gets or sets save options when result is stored as HttpResponse.
|
void |
FormEditor.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpResponse.
|
void |
IForm.setSaveOptions(SaveOptions value)
Gets or sets save options when result is stored as HttpResponse.
|
void |
IFormEditor.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpResponse.
|
void |
IPdfFileEditor.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpServletResponse.
|
void |
IPdfFileStamp.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpResponse.
|
void |
PdfFileEditor.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpServletResponse.
|
void |
PdfFileStamp.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpResponse.
|
void |
PdfFileStampWeb.setSaveOptions(SaveOptions value)
Sets save options when result is stored as HttpResponse.
|