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...
This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...
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...
Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Consulting Blog Knowledge Base New Releases Status Websites aspose...
GroupDocs.Watermark for Java does not require any external software or third party tool to be installed....Consulting Blog Knowledge Base New Releases Status Websites aspose...
GroupDocs.Search for Java does not require any external software or third party tool to be installed...Consulting Blog Knowledge Base New Releases Status Websites aspose...
GroupDocs.Editor for Java does not require any external software or third party tool to be installed....Consulting Blog Knowledge Base New Releases Status Websites aspose...
GroupDocs.Signature for Java does not require any external software or third party tool to be installed....Consulting Blog Knowledge Base New Releases Status Websites aspose...