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....of supported file types is presented below. Iterable < FileType...
Remove password from Word documents. Unlock password protected Word documents using free online password remover app & programmatically....Documents Unlocking PowerPoint Presentations Locking Word Documents with...
Add password to your Word files. Lock Word documents with password protection using free online app & programmatically using GroupDocs....PDF Files Lock PowerPoint Presentations with Password to Protect...
Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....Spreadsheets: XLS, XLSX, … Presentations: PPT, PPTX, …. eBooks: EPUB...
Today, I’d like to present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0:
User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face to each other). In this release we’ve implemented functionality that allows users to use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....Today, I’d like to present several great enhancements that we’ve...
A steady document signing process is the back bone of any contract-oriented organization. Conventional signing process leaves you with piles of signed documents, difficult to handle and archive. Also, the documents are passed around different departments, either getting lost or eating up too much time delaying the signing process. Online signature is the answer to all these concerns.
Save your time and effort with GroupDocs’ online signatureSay good bye to lost signed documents and tons of paper piling up in your office!...step only after finishing the present one. This will make sure that...
We’re excited to announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”]
[/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....almost all common file formats presently available. In short, GroupDocs...
Let's learn how to add image annotation to PDF using C# by utilizing annotation library along with code example to insert image annotation into PDF using C#....the preceding section, we presented a detailed description of...
In this tutorial, we'll learn how to render MSG as HTML using C#, eliminating need for extra tools. Also, we'll provide you with C# code for rendering MSG to HTML....content of Outlook emails and present it in a web-friendly format...
This article is here to assist you to sign RTF with stamp signature using Java. Additionally, we will furnish you with a code example to embed stamp signature into RTF using Java....our earlier tutorial, we presented essential instructions for...