This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article shows how to handle search queries if they contain special characters and separator characters....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains that how to use Microsoft Azure Computer Vision API...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers:
Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...
Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...