Skip navigation links
C D E F G I L M R S T V 

C

close() - Method in class com.groupdocs.markdown.MarkdownConverter
 
com.groupdocs.markdown - package com.groupdocs.markdown
 
convert() - Method in class com.groupdocs.markdown.MarkdownConverter
 
convert(OutputStream) - Method in class com.groupdocs.markdown.MarkdownConverter
 
convert(String) - Method in class com.groupdocs.markdown.MarkdownConverter
 
convert(DocumentConvertOptions) - Method in class com.groupdocs.markdown.MarkdownConverter
 
convert(OutputStream, DocumentConvertOptions) - Method in class com.groupdocs.markdown.MarkdownConverter
 
convert(String, DocumentConvertOptions) - Method in class com.groupdocs.markdown.MarkdownConverter
 
CustomImageSavingArgs - Class in com.groupdocs.markdown
Provides information and controls for saving a single image during document-to-Markdown conversion.
CustomImageSavingArgs(String, String, String) - Constructor for class com.groupdocs.markdown.CustomImageSavingArgs
 
CustomImagesStrategy - Class in com.groupdocs.markdown
Implements an image export strategy that gives you full control over how images are saved during conversion.
CustomImagesStrategy(String, IImageSavingHandler) - Constructor for class com.groupdocs.markdown.CustomImagesStrategy
Initializes a new instance of the CustomImagesStrategy class.

D

DocumentProtectedException - Exception in com.groupdocs.markdown
Thrown when a document is password-protected and no password (or an incorrect password) was provided via LoadOptions.setPassword(...).
DocumentProtectedException() - Constructor for exception com.groupdocs.markdown.DocumentProtectedException
Creates exception with default message.
DocumentProtectedException(String, Throwable) - Constructor for exception com.groupdocs.markdown.DocumentProtectedException
Creates exception with custom message and cause.

E

ExportImagesAsBase64Strategy - Class in com.groupdocs.markdown
Implements an image export strategy that embeds images as Base64 strings directly in the Markdown.
ExportImagesAsBase64Strategy() - Constructor for class com.groupdocs.markdown.ExportImagesAsBase64Strategy
 
ExportImagesToFileSystemStrategy - Class in com.groupdocs.markdown
Saves images to a folder on disk during conversion.
ExportImagesToFileSystemStrategy(String) - Constructor for class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
Initializes a new instance.

F

FileFormat - Enum in com.groupdocs.markdown
Specifies a document file format.
fromMarkdown(String, String) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
fromMarkdown(String, String, ExportOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
fromMarkdownString(String, String) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
fromMarkdownString(String, String, ExportOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
fromMarkdownString(String, OutputStream, ExportOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 

G

getConsumptionCredit() - Static method in class com.groupdocs.markdown.Metered
Retrieves count of credits consumed.
getConsumptionQuantity() - Static method in class com.groupdocs.markdown.Metered
Retrieves amount of MBs processed.
getCustomHandler() - Method in class com.groupdocs.markdown.CustomImagesStrategy
 
getDocumentInfo() - Method in class com.groupdocs.markdown.MarkdownConverter
 
getExtension() - Method in class com.groupdocs.markdown.LoadOptions
 
getFileFormat() - Method in class com.groupdocs.markdown.LoadOptions
 
getFileFormatFromExtension(String) - Static method in class com.groupdocs.markdown.LoadOptions
 
getImageFileName() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the default file name (without path) suggested by the library for this image.
getImageFileName() - Method in class com.groupdocs.markdown.ImageExportContext
Gets the image file name (without directory path).
getImageFileNameOutput() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the overridden file name, or null if no override was specified.
getImagesFolder() - Method in class com.groupdocs.markdown.CustomImagesStrategy
Gets the physical folder where images will be saved on disk.
getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesAsBase64Strategy
Returns an empty string since this strategy does not use an images folder.
getImagesFolder() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
Gets the physical folder where images will be saved on disk.
getImagesFolder() - Method in interface com.groupdocs.markdown.IImageExportStrategy
Gets the folder path where exported images will be stored.
getImagesFolder() - Method in class com.groupdocs.markdown.SkipImagesStrategy
Returns an empty string since this strategy does not use an images folder.
getImagesRelativePath() - Method in class com.groupdocs.markdown.CustomImagesStrategy
Gets or sets the path used in the Markdown image references.
getImagesRelativePath() - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
Gets or sets the path used in Markdown image references.
getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.CustomImagesStrategy
Gets a stream for writing the exported image to the file system.
getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.ExportImagesAsBase64Strategy
Returns null to indicate that the image should be embedded as Base64.
getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
Gets a stream for writing the exported image to the file system.
getImageStream(ImageExportContext) - Method in interface com.groupdocs.markdown.IImageExportStrategy
Returns a writable stream for the image described by context.
getImageStream(ImageExportContext) - Method in class com.groupdocs.markdown.SkipImagesStrategy
Returns null to indicate that the image should be skipped.
getInfo(String) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
getInfo(String, LoadOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
getMimeType() - Method in class com.groupdocs.markdown.LoadOptions
 
getOutputDirectory() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the output directory where images are being saved.
getOutputStream() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the custom output stream, or null if not specified.
getPassword() - Method in class com.groupdocs.markdown.LoadOptions
 
getReplacementImageStream() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the replacement image stream, or null if not specified.
getShapeType() - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Gets the type of the shape that contains the image in the source document (for example, "Picture" or "Shape").
getSupportedFormats() - Static method in class com.groupdocs.markdown.MarkdownConverter
 
GroupDocsMarkdownException - Exception in com.groupdocs.markdown
Represents a product-specific exception that is thrown during file processing.
GroupDocsMarkdownException() - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
Creates exception without message.
GroupDocsMarkdownException(String) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
Creates exception with message.
GroupDocsMarkdownException(String, Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
Creates exception with message and cause.
GroupDocsMarkdownException(Throwable) - Constructor for exception com.groupdocs.markdown.GroupDocsMarkdownException
Creates exception with cause.

I

IImageExportStrategy - Interface in com.groupdocs.markdown
Defines a strategy for handling image export during document-to-Markdown conversion.
ImageExportContext - Class in com.groupdocs.markdown
Contains information about a single image encountered during conversion.
InvalidFormatException - Exception in com.groupdocs.markdown
Thrown when a file has an invalid or unsupported format.
InvalidFormatException() - Constructor for exception com.groupdocs.markdown.InvalidFormatException
Creates exception with default message.
InvalidFormatException(String) - Constructor for exception com.groupdocs.markdown.InvalidFormatException
Creates exception with custom message.
InvalidFormatException(String, Throwable) - Constructor for exception com.groupdocs.markdown.InvalidFormatException
Creates exception with custom message and cause.

L

License - Class in com.groupdocs.markdown
Provides methods to license the component.
License() - Constructor for class com.groupdocs.markdown.License
 
LoadOptions - Class in com.groupdocs.markdown
Specifies additional options for loading a document, such as an explicit file format or a password for encrypted files.
LoadOptions() - Constructor for class com.groupdocs.markdown.LoadOptions
Creates load options with automatic format detection.
LoadOptions(FileFormat) - Constructor for class com.groupdocs.markdown.LoadOptions
Creates load options with explicit file format.

M

MarkdownConverter - Class in com.groupdocs.markdown
 
MarkdownConverter(String) - Constructor for class com.groupdocs.markdown.MarkdownConverter
 
MarkdownConverter(InputStream) - Constructor for class com.groupdocs.markdown.MarkdownConverter
 
MarkdownConverter(String, LoadOptions) - Constructor for class com.groupdocs.markdown.MarkdownConverter
 
MarkdownConverter(InputStream, LoadOptions) - Constructor for class com.groupdocs.markdown.MarkdownConverter
 
Metered - Class in com.groupdocs.markdown
Provides methods for applying Metered license.
Metered() - Constructor for class com.groupdocs.markdown.Metered
 

R

readAllBytes(InputStream) - Static method in class com.groupdocs.markdown.MarkdownConverter
 

S

set(String) - Static method in class com.groupdocs.markdown.License
Sets the license from a file path.
set(InputStream) - Static method in class com.groupdocs.markdown.License
Sets the license from a stream.
setImageFileName(String) - Method in class com.groupdocs.markdown.ImageExportContext
Allows strategies to modify the file name before export.
setImagesRelativePath(String) - Method in class com.groupdocs.markdown.CustomImagesStrategy
 
setImagesRelativePath(String) - Method in class com.groupdocs.markdown.ExportImagesToFileSystemStrategy
 
setLicense(InputStream) - Method in class com.groupdocs.markdown.License
Licenses the component from a stream.
setLicense(String) - Method in class com.groupdocs.markdown.License
Licenses the component from a file path.
setMeteredKey(String, String) - Method in class com.groupdocs.markdown.Metered
Activates product with Metered keys.
setOutputImageFileName(String) - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Overrides the default file name for this image.
setOutputStream(OutputStream) - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Redirects the image data to a custom writable stream instead of file output.
setPassword(String) - Method in class com.groupdocs.markdown.LoadOptions
 
setReplacementImage(InputStream) - Method in class com.groupdocs.markdown.CustomImageSavingArgs
Provides a replacement image instead of the original.
SkipImagesStrategy - Class in com.groupdocs.markdown
Implements an image export strategy that skips saving images during document conversion.
SkipImagesStrategy() - Constructor for class com.groupdocs.markdown.SkipImagesStrategy
 

T

toFile(String, String) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toFile(String, String, DocumentConvertOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toFile(String, String, LoadOptions, DocumentConvertOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toMarkdown(String) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toMarkdown(String, LoadOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toMarkdown(String, DocumentConvertOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 
toMarkdown(String, LoadOptions, DocumentConvertOptions) - Static method in class com.groupdocs.markdown.MarkdownConverter
 

V

valueOf(String) - Static method in enum com.groupdocs.markdown.FileFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.groupdocs.markdown.FileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G I L M R S T V 
Skip navigation links

Copyright © 2026. All rights reserved.