This article explains how to separately extract data from documents and add the extracted data to the index.... More resources GitHub examples You may easily...
This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....assyria // return * 229 More resources GitHub examples You may easily...
This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...
This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API.... class )); } More resources GitHub Examples You may easily...
This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....docx" , options ); More resources Advanced Usage Topics To learn...
This article demonstrates that how to perform indexing of password protected documents....( documentsFolder ); More resources GitHub examples You may easily...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....dat" ); More resources GitHub examples You may easily...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format.... More resources GitHub examples You may easily...
The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Search ( "Einstein" ); More resources GitHub examples You may easily...
Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed:
Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive.
advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties... OutputZip ); } More resources GitHub examples You may easily...