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....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.
This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...This article provides the knowledge that how to export metadata properties to an Excel workbook in Java
Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata.
Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section.
Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images. For more details please refer to the following guide: Working with XMP Metadata.
Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section.
Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images.
This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java.
The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET.
The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java....The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java.
This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.
GroupDocs.Watermark for Java does not require any external software or third party tool to be installed....GroupDocs.Watermark for Java does not require any external software or third party tool to be installed.
GroupDocs.Conversion for Java does not require any external software or third party tool to be installed....GroupDocs.Conversion for Java does not require any external software or third party tool to be installed.
GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications....GroupDocs.Conversion for Node.js via Java is an advanced document conversion API developed to convert files of different formats from within JavaScript applications.