Java API to remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, email, eBooks, Visio Drawings, Zip, etc....Name, Document Modification Date, Make and Model of Camera, etc...
Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers.
The following are the steps to read the header of an AVI file.
Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....work, the author, the creation date, and copyright information....
Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release.
In the last couple of months, we introduced a quite valuable feature in the ....who did sign the document, the date when the document was signed...
This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....document title, author, creation date, and more. Before you begin...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...containing the file last printing date if it's missing # Note that...
Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese....licensed to, subscription expiry date and so on. It contains the digital...
Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, checkboxes, combo-boxes, input fields, dropdown lists, radio-buttons, Date/time pickers etc. using GroupDocs.Editor for Node.js and Java....dropdown lists, radio-buttons, date/time pickers, and more, which...
I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...format(new Date()); String baseText = String...SimpleDateFormat("yy-MM-dd").format(new Date()); String baseText = String...
In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....the author, title, publication date, and more, which can greatly...