This article shows that how to provides syntax of all elements allowed in text search queries....resources GitHub examples You may easily run the code from documentation...
This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...
This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....resources GitHub Examples You may easily run the code above and...
This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...
This page contains information about the purpose and use of all search network events....resources GitHub examples You may easily run the code from documentation...
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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....resources GitHub examples You may easily run the code above and...
This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....Because one PNG or JPEG image may contain only the one “page”,...dependent on each other — you may render the list of archive contents...
Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... As you may already know, we’ve recently...