GroupDocs.Editor for Java enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Java powerful document editing API....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Rendering documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Explore documentation for the GroupDocs.Markdown product family. Learn how to export documents to Markdown across supported platforms....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Core GroupDocs.Annotation for Python via .NET operations — add every annotation type, read and remove annotations, work with comments and replies, and import/export annotations as XML, each with a runnable example....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article provides the knowledge that how to export metadata properties to an Excel workbook....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article demonstrates that how to save the document as a rasterized PDF file...Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types.
An example of obtaining a list of supported file types is presented below.
Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...