This article shows that how To remove pages with sensitive data from your PDF, Presentation and spreadsheet documents....documents, slides from presentations and worksheets from spreadsheet...supported formats are: PDF, presentations (Microsoft PowerPoint, OpenOffice...
This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java.... getSize ()); Presentations const converter = new groupdocs...conversion . Converter ( "presentation.ppt" ); const docInfo =...
Programmatically extract images from EPUB, FB2, CHM eBooks in C# using document parser API for .NET. Save the images in JPG, PNG, WebP, GIF, or BMP format....spreadsheets, PDF, presentations, emails, ZIP archives, and many...
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
try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....all possible properties are presented in the collection. The library...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
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...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...
This article explains that how To extract text structure from documents....lists or tables: PresentationsPresentations have a more complex...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...
Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Microsoft Office PowerPoint presentations Extract data from PDF documents...documents Extract data from Emails Extract data from ePUB eBooks...
This article explains that how To extract text structure from documents....lists or tables: PresentationsPresentations have a more complex...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...
This article explains how To detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET.... Size ); } Presentations using ( Converter converter...converter = new Converter ( "presentation.ppt" )) { IDocumentInfo...
The articles below explain that how To extract data from various file formats...Microsoft Office PowerPoint presentations Extract data from PDF documents...documents Extract data from Emails Extract data from ePUB eBooks...