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 ); } Removing the user comment GroupDocs...Metadata for Java allows you to remove the user comment associated...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....searching using homophones, see the page. To get the number of homophones...method. The method is used to remove all homophones from the dictionary...
Explore what’s new in GroupDocs.Editor for Java 26.1. Available now on NuGet and GroupDocs website....– a new API method lets you remove selected slides before saving...content when converting DOCX to paged HTML. EDITORNET‑2903 Background...
It supports Docx, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Formats Leave feedback On this page GroupDocs.Watermark for Java...for adding, searching, and removing watermarks. Use the search...
GroupDocs.Search for Node.js supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Search supports the ability to remove indexed files and folders from...deleted. It is not possible to remove a file or folder from the index...
Hi,
I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...generate the watermark on the last page of a Word document: try (FileInputStream...WordProcessingWaterm(); int[] pages = new int[] {watermarker.getDocumentInfo()...
Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Advanced Usage / Removing metadata Removing metadata Leave feedback...the property to locate and remove it. The following example demonstrates...
Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image.... Data ); } } } Removing Photoshop metadata properties...Metadata for .NET also supports removing Photoshop metadata blocks...
This article explains how to handle ID3v1 tag....OutputMp3 ); } Removing an ID3v1 tag To remove the ID3v1 tag from...code sample below shows how to remove the ID3v1 tag from an MP3 file...