This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API... We value your opinion. Your feedback...
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.... We value your opinion. Your feedback...
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); // .... We value your opinion. Your feedback...
Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8:
The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered.... We value your opinion. Your feedback...
GroupDocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... We value your opinion. Your feedback...
Quick Start section about main features of GroupDocs.Signature for Python via .NET, describes how to sign documents with just a few lines of Python code.... We value your opinion. Your feedback...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... format ( "Value: %s" , simpleTag . getValue...Thank you for your feedback! We value your opinion. Your feedback...
دستکاری فراداده EXIF تصاویر در جاوا. استخراج، بهروزرسانی، افزودن یا حذف دادههای EXIF از JPG/JPEG، PNG، WebP یا سایر تصاویر با استفاده از Java API.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...
This article explains that how to extract text structure from documents....hyperlink, strong, em tags and the value that represents a text: ) Tag...Thank you for your feedback! We value your opinion. Your feedback...