Learn how To get a list of all supported file formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and file types dynamically in C#....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
This article shows that how To remove pages with sensitive data from your Pdf, presentation and spreadsheet documents....easily to remove pages from PDF documents, slides from presentations...time the supported formats are: PDF, presentations (Microsoft PowerPoint...
This article explains that how To extract containers items and iterate through container items....with attachments (like emails, PDF Portfolios). In case of outlook...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...
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;jPDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article gives the knowledge of the API methods which can be used To perform operations about Alphabets using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article gives the knowledge about numeric range search which allows you To search in documents any integer numbers in the range from 0 To 9223372036854775807 (Int64.MaxValue)....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article explains that how To optimize index To reduce the number of segments in an index using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
In some cases it’s required To specify the document format manually To guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually:
Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps To specify the document format for Markup document.
Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) construcTor; Create Parser object and call any method....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...