1. Home
  2. /
  3. GroupDocs.Conversion.LowCode

GroupDocs.Conversion.LowCode assembly version 25.6.0

GroupDocs.Conversion.Contracts namespace

public typedescription
abstract class EnumerationGeneric enumeration class.
abstract class FlagsEnumerationRepresents an abstract base class for creating enumerations that support bitwise flag operations.
class FontSubstituteDescribes substitution for missing font.
abstract class ValueObjectAbstract value object class.

GroupDocs.Conversion.Exceptions namespace

public typedescription
class ConversionNotSupportedExceptionGroupDocs exception thrown when the conversion from source file to target file type is not supported
class CorruptOrDamagedFileExceptionGroupDocs exception thrown when the file is corrupt or damaged
class FileTypeNotSupportedExceptionGroupDocs exception thrown when the file type is not supported
class FontSubstituteExceptionThrown if font substitute is illegal
class GroupDocsConversionExceptionGroupDocs.Conversion general exception
class IncorrectPasswordExceptionGroupDocs exception thrown when the file is password protected, password is provided but is incorrect
class InvalidConverterSettingsExceptionThrown if provided converter settings are invalid
class InvalidConvertOptionsExceptionThrown if provided convert options are invalid
class PasswordRequiredExceptionGroupDocs exception thrown when the file is password protected and password is not provided
class SourceDocumentFactoryNotProvidedExceptionGroupDocs exception thrown when the source document factory is not provided

GroupDocs.Conversion.FileTypes namespace

public typedescription
class FileTypeFile type base class
class PdfFileTypeDefines Pdf documents. Includes the following file types: Pdf,
class PresentationFileTypeDefines Presentation file formats that store collection of records to accommodate presentation data such as slides, shapes, text, animations, video, audio and embedded objects. Includes the following file types: Odp, Otp, Pot, Potm, Potx, Pps, Ppsm, Ppsx, Ppt, Pptm, Pptx. Learn more about Presentation formats here.
class SpreadsheetFileTypeDefines Spreadsheet documents. Includes the following file types: Csv, Fods, Ods, Ots, Tsv, Xlam, Xls, Xlsb, Xlsm, Xlsx, Xlt, Xltm, Xltx. Learn more about Spreadsheet formats here.
class WebFileTypeDefines Web documents. Includes the following file types: XmlJsonHtmlHtmMhtMhtmlChm
class WordProcessingFileTypeDefines Word Processing files that contain user information in plain text or rich text format. A plain text file format contains unformatted text and no font or page settings etc. can be applied. In contrast, a rich text file format allows formatting options such as setting fonts type, styles (bold, italic, underline, etc.), page margins, headings, bullets and numbers, and several other formatting features. Includes the following file types: Doc, Docm, Docx, Dot, Dotm, Dotx, Odt, Ott, Rtf, Txt. Md. Learn more about Word Processing formats here.

GroupDocs.Conversion.LowCode namespace

public typedescription
abstract class Converter<TLoadOptions,TConvertOptions>The base class for all low-code converters.
class DocToPdfConverterDoc to Pdf converter
class DocxToPdfConverterDocx to Pdf converter
class HtmlToPdfConverterHTML to Pdf converter
static class LicensePlugin license class
class PdfToDocxConverterPdf to Docx converter
class PdfToMdConverterPdf to MD converter
class PdfToPdfAConverterPdf to Pdf/A converter
class PptToPdfConverterPpt to Pdf converter
class PptxToPdfConverterPptx to Pdf converter
class XlsToPdfConverterXls to Pdf converter
class XlsxToPdfConverterXlsx to Pdf converter

GroupDocs.Conversion.Options.Convert namespace

public typedescription
abstract class CommonConvertOptions<TFileType>Abstract generic common conversion options class.
abstract class ConvertOptionsThe general conversion options class.
abstract class ConvertOptions<TFileType>Abstract generic conversion options class.
class FontFont settings
interface IConvertOptionsRepresents convert options
interface IDpiConvertOptionsRepresents convert options that support DPI (Dots Per Inch) settings.
interface IPagedConvertOptionsRepresents convert options that allows conversion to perform page limitation by specifying start page and pages count
interface IPageMarginConvertOptionsRepresents convert options that support page margins
interface IPageOrientationConvertOptionsRepresents convert options that support page orientation
interface IPageRangedConvertOptionsRepresents convert options that support conversion of specific list of pages
interface IPageSizeConvertOptionsRepresents convert options that support page size
interface IPasswordConvertOptionsRepresents convert options that support password protection for converted documents.
interface IPdfRecognitionModeOptionsRepresents convert options that control recognition mode when converting from PDF
interface IWatermarkedConvertOptionsRepresents convert options that allow output of conversion to be watermarked
interface IZoomConvertOptionsRepresents convert options that allows conversion to be performed with zoom options
class MarkdownOptionsOptions for conversion to markdown file type.
class NoConvertOptionsSpecial convert option class, which instructs converter to copy source document without any processing
class PageOrientationSpecifies page orientation
class PageSizeSpecifies page size
class PdfConvertOptionsOptions for conversion to Pdf file type.
class PdfDirectionDescribes Pdf text direction.
class PdfDocumentInfoRepresents meta information of PDF document.
class PdfFontSubsetStrategySpecifies font subsetting strategy
class PdfFormatsDescribes Pdf formats enumeration.
class PdfFormattingOptionsDefines Pdf formatting options.
class PdfOptimizationOptionsDefines Pdf optimization options.
class PdfOptionsOptions for conversion to Pdf file type.
class PdfPageLayoutDescribes Pdf page layout.
class PdfPageModeDescribes Pdf page mode
class PdfRecognitionModeAllows to control how a PDF document is converted into a word processing document.
class PresentationConvertOptionsDescribes options for conversion to Presentation file type.
class RotationDescribes page rotation enumeration
class RtfOptionsOptions for conversion to RTF file type.
class SpreadsheetConvertOptionsOptions for conversion to Spreadsheet file type.
class WatermarkImageOptionsOptions for settings watermark to the converted document
abstract class WatermarkOptionsOptions for settings watermark to the converted document
class WatermarkTextOptionsOptions for settings text watermark to the converted document
class WebConvertOptionsOptions for conversion to Web file type.
class WordProcessingConvertOptionsOptions for conversion to WordProcessing file type.

GroupDocs.Conversion.Options.Load namespace

public typedescription
class HtmlRenderingModesDescribes html rendering modes enumeration.
class HyphenationOptionsOptions for setting hyphenation documents.
interface IFontSubstituteLoadOptionsOptions for loading documents with font substitutes.
interface IMetadataLoadOptionsOptions to control metadata in the converted document.
interface IPageNumberingLoadOptionsOptions to control page numbering in the converted document.
interface IResourceLoadingOptionsRepresents set of options to control how external resources will be loaded
abstract class LoadOptionsAbstract document load options class.
class PageLayoutOptionsDescribes page layout modes when loading web documents.
class PdfLoadOptionsOptions for loading Pdf documents.
class PresentationCommentsPositionRepresents the way comments are printed with the slide.
class PresentationLoadOptionsOptions for loading Presentation documents.
class PresentationNotesPositionRepresents the way notes are printed with the slide.
class SpreadsheetLoadOptionsOptions for loading Spreadsheet documents.
class SpreadsheetPrintCommentsRepresents the way comments are printed with the sheet.
class WebLoadOptionsOptions for loading web documents.
class WordProcessingBookmarksOptionsOptions for handling bookmarks in WordProcessing
class WordProcessingCommentDisplaySpecifies the rendering mode for document comments.
class WordProcessingLoadOptionsOptions for loading WordProcessing documents.