This article explains how to delete Image electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to delete Text electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to delete QR-Code electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to update Image electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...app conholdate.com conholdate.cloud conholdate.app containerize...
This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...app conholdate.com conholdate.cloud conholdate.app containerize...
This article provides the knowledge that how to export metadata properties to an Excel workbook....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...