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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to load a document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Common Utilities Class Document Directories Applying Product License Metered Licensing Data Layer Class Custom Objects Populate Data (Getting Customers Details) Getting Order Details Getting Product Details Getting Single Customer Details Database Entities Getting Customer Details From Database Getting Order Details From Database Getting Product Details From Database Getting Single Customer Details From Database DataSet Source Getting Customer, Order Details From DataSet Getting Product Details From DataSet Getting Single Customer Details From DataSet XML DataSource Getting Complete Details From XML Files Getting Single Customer Details From XML DataSource JOSN DataSource Getting Customer Data From JSON File Getting Customer And Order Data From JSON File Getting Product Data From JSON File Getting Single Customer Data From JSON File Use Spreadsheets as Data Sources Use Tables of Word Processing Documents as Data Sources Use Tables of Presentation Documents as Data Sources Complete DataLayer Class Code Complete DynamicEntity Class Code Complete CommonUtilities Class Code...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....Repository</name> <url>https://releases.groupdocs.com/java/repo/</url>...
The articles explain that how to save documents in different ways after making redactions....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The articles in this section describe advanced search index creation topics.
Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured ....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...