The page describes how to detect document File type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....Watermark Product Solution GroupDocs...Annotation basics / Get file info Get file info Leave feedback On...
Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target File format of an assembled document using File extension or explicit specification. GroupDocs.Assembly API provides the ability to change target File format when assembling the following File formats:
Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output File formats depending on input File formats can be found at this page....Watermark Product Solution GroupDocs...Changing Target File Format Changing Target File Format Leave feedback...
The GroupDocs.Watermark allows to add text Watermarks to documents which may consists of pages, worksheets, slides or frames....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...
This article explains how to obtain supported File formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Watermark Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Python applications....Watermark Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...
This article demonstrates that how to save the redacted document, replacing an original File...Watermark Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...
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<FileType> 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....Watermark Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
Learn how to get a list of all supported File formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and File types dynamically in C#....Watermark Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...
How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java De......How to Watermark on GroupDocs Blog | Document Automation Solutions...Recent content in How to Watermark on GroupDocs Blog | Document...