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)
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 |
ConvertOptionsProvider.invoke(String sourceDocumentName,
FileType sourceType)
Provides convert options for specific source document.
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
AudioFileType.getConvertOptions() |
ConvertOptions |
CadFileType.getConvertOptions() |
ConvertOptions |
DataFileType.getConvertOptions() |
ConvertOptions |
DiagramFileType.getConvertOptions() |
ConvertOptions |
EmailFileType.getConvertOptions() |
ConvertOptions |
FileType.getConvertOptions()
Prepared default convert options for the file type
|
ConvertOptions |
ImageFileType.getConvertOptions() |
ConvertOptions |
MarkupFileType.getConvertOptions() |
ConvertOptions |
PdfFileType.getConvertOptions() |
ConvertOptions |
PresentationFileType.getConvertOptions() |
ConvertOptions |
ProjectManagementFileType.getConvertOptions() |
ConvertOptions |
SpreadsheetFileType.getConvertOptions() |
ConvertOptions |
VideoFileType.getConvertOptions() |
ConvertOptions<WordProcessingFileType> |
WordProcessingFileType.getConvertOptions() |
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 |
DataConvertOptions
Options for conversion to Data file type.
|
class |
DiagramConvertOptions
Options for conversion to Diagram file type.
|
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 |
NoConvertOptions
Special convert option class, which instructs converter to copy source document without any processing
|
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 |
WordProcessingConvertOptions
Options for conversion to WordProcessing file type.
|