The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... GitHub examples You may easily run the code above and...
This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB).... GitHub examples You may easily run the code above and...
GroupDocs.Watermark-for-Node.js-via-Java. Contribute to groupdocs-watermark/GroupDocs.Watermark-for-Node.js-via-Java development by creating an account on GitHub....branch on this repository, and may belong to a fork outside of the...
Boost your document viewing process to view over 170 documents and image formats in any application without any external viewers using document viewing APIs - GroupDocs.Viewer Product Family...activity 0 MIT 0 0 0 Updated May 22, 2024 Groupdocs-Viewer-Reference-Tutorials...
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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive.
AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties
Encoding encoding = Encoding....resources GitHub examples You may easily run the code above and...
To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects.
Zip Entry can contain the following metadata:
Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document.
Here are the steps to extract an email text from Zip archives:...resources GitHub Examples You may easily run the code above and...
Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored.
You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....resources GitHub examples You may easily run the code from documentation...
This article shows how to extract table of contents from Microsoft Word (DOC, DOCX etc), PDF documents and Ebooks (CHM, EPUB).... GitHub examples You may easily run the code above and...