Package | Description |
---|---|
com.groupdocs.conversion |
The scope for GroupDocs.Conversion classes
|
com.groupdocs.conversion.contracts |
The GroupDocs.Conversion.Contracts namespace provides members to instantiate and release output document, manage font substitutions etc.
|
com.groupdocs.conversion.filetypes |
The GroupDocs.Conversion.FileTypes namespace provides classes which represent supported file types.
|
com.groupdocs.conversion.options.convert |
The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process.
|
Modifier and Type | Method and Description |
---|---|
void |
Converter.convert(OutputStream document,
ConvertedDocumentStream documentCompleted,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(OutputStream document,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(OutputStream document,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(com.groupdocs.conversion.contracts.SaveDocumentStreamForFileType document,
ConvertedDocumentStream documentCompleted,
ConvertOptions convertOptions)
|
void |
Converter.convert(com.groupdocs.conversion.contracts.SaveDocumentStreamForFileType document,
ConvertOptions convertOptions)
|
void |
Converter.convert(com.groupdocs.conversion.contracts.SavePageStreamForFileType document,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions)
|
void |
Converter.convert(com.groupdocs.conversion.contracts.SavePageStreamForFileType document,
ConvertOptions convertOptions)
|
void |
Converter.convert(String filePath,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convertPageByPage(OutputStream document,
ConvertOptions convertOptions)
Converts source document.
|
Modifier and Type | Method and Description |
---|---|
void |
IDocument.save(com.groupdocs.conversion.contracts.SaveDocumentStreamForFileType streamFactory,
ConvertedDocumentStream documentCompleted,
ConvertOptions convertOptions) |
void |
IDocument.save(com.groupdocs.conversion.contracts.SavePageStreamForFileType streamFactory,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions) |
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
FileType.getConvertOptions()
Prepared default convert options for the file type
|
ConvertOptions |
ImageFileType.getConvertOptions() |
ConvertOptions |
MarkupFileType.getConvertOptions() |
ConvertOptions |
PdfFileType.getConvertOptions() |
ConvertOptions |
PresentationFileType.getConvertOptions() |
ConvertOptions |
WordProcessingFileType.getConvertOptions() |
Modifier and Type | Class and Description |
---|---|
class |
com.groupdocs.conversion.options.convert.CommonConvertOptions<TFileType extends FileType>
abstract generic common conversion options class.
|
class |
EmailConvertOptions
Options for conversion to Email file type.
|
class |
ImageConvertOptions
Options for conversion to Image file type.
|
class |
MarkupConvertOptions
Options for conversion to Markup file type.
|
class |
NullConvertOptions
Null convert options
|
class |
PdfConvertOptions
Options for conversion to Pdf file type.
|
class |
PresentationConvertOptions
Describes options for conversion to Presentation file type.
|
class |
SpreadsheetConvertOptions
Options for conversion to Spreadsheet file type.
|
class |
WordProcessingConvertOptions
Options for conversion to WordProcessing file type.
|