| 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.fluent | |
| 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)
Deprecated.
This method will be removed in next release
|
void |
Converter.convert(OutputStream document,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions)
Deprecated.
This method will be removed in next release
|
void |
Converter.convert(OutputStream document,
ConvertOptions convertOptions)
Deprecated.
This method will be removed in next release
|
void |
Converter.convert(SaveDocumentStream document,
ConvertedDocumentStream documentCompleted,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(SaveDocumentStream document,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(SaveDocumentStreamForFileType document,
ConvertedDocumentStream documentCompleted,
ConvertOptions convertOptions)
|
void |
Converter.convert(SaveDocumentStreamForFileType document,
ConvertOptions convertOptions)
|
void |
Converter.convert(SavePageStream document,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(SavePageStream document,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convert(SavePageStreamForFileType document,
ConvertedPageStream documentCompleted,
ConvertOptions convertOptions)
|
void |
Converter.convert(SavePageStreamForFileType document,
ConvertOptions convertOptions)
|
void |
Converter.convert(String filePath,
ConvertOptions convertOptions)
Converts source document.
|
void |
Converter.convertPageByPage(OutputStream document,
ConvertOptions convertOptions)
Deprecated.
This method will be removed in next release
|
| Modifier and Type | Method and Description |
|---|---|
ConvertOptions |
TargetConversion.getConvertOptions()
Predefined convert options which could be used to convert to current type
|
ConvertOptions |
ConvertOptionsProvider.invoke(String sourceDocumentName,
FileType sourceType)
Provides convert options for specific source document.
|
| Modifier and Type | Method and Description |
|---|---|
IConversionByPageCompletedOrConvert |
IConversionConvertByPageOptions.withOptions(ConvertOptions convertOptions)
Set convert options
|
IConversionCompletedOrConvert |
IConversionConvertOptions.withOptions(ConvertOptions convertOptions)
Set convert options
|
| Modifier and Type | Class and Description |
|---|---|
class |
CadConvertOptions
Options for conversion to Cad type.
|
class |
CommonConvertOptions<TFileType extends FileType>
abstract generic common conversion options class.
|
class |
DiagramConvertOptions
Options for conversion to Diagram file type.
|
class |
EBookConvertOptions
Options for conversion to EBook file type.
|
class |
EmailConvertOptions
Options for conversion to Email file type.
|
class |
FontConvertOptions
Options for conversion to EBook file type.
|
class |
ImageConvertOptions
Options for conversion to Image file type.
|
class |
NoConvertOptions
Special convert option class, which instructs converter to copy source document without any processing
|
class |
PageDescriptionLanguageConvertOptions
Options for conversion to page descriptions language file type.
|
class |
PdfConvertOptions
Options for conversion to Pdf file type.
|
class |
PresentationConvertOptions
Describes options for conversion to Presentation file type.
|
class |
ProjectManagementConvertOptions
Options for conversion to Project management file type.
|
class |
SpreadsheetConvertOptions
Options for conversion to Spreadsheet file type.
|
class |
WebConvertOptions
Options for conversion to Web file type.
|
class |
WordProcessingConvertOptions
Options for conversion to WordProcessing file type.
|
Copyright © 2024. All rights reserved.