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...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This page describes how the search api is used To obtain a list of supported file types....of supported file types is presented below. Iterable < FileType...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
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...and CHM eBooks in Java Read PDF Form Fields in Java...
There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents To the disk, GroupDocs.Parser enables To extract data from streams directly.
The following example shows how To load the document from the stream:
// Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text inTo the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
This section describes how To use GroupDocs.Viewer for Java To convert different document types ToPdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render spreadsheet...files Render PowerPoint presentations Render Visio documents Render...
Learn how To Load document from stream....cases when the document is presented only as a stream (without...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...
Reason To use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due To certain changes in company policies and software being used by it....sure that the valuable data present in actual files may not get...can be used when converting to PDF using GroupDocs.Conversion for...
This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package.
Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jpresented in the getKnowPropertyDescr...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...