This page contains information about working with attributes in the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...
This article gives the knowledge of the API methods which can be used To perform operations about document passwords or password dictionary....pdf" ); if ( index . Dictionaries...search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article gives the knowledge of the API methods which can be used To perform operations about Character replacements using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article shows the internal stages of each search operation using Java search API....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article shows that how synonym search allows you To find not only the words specified in the search query, but also the synonyms, words that means the same....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...
This article shows how To implement one or several interfaces for the document's features and required redaction....rasterize (save document as a PDF with page images) Required for...document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...