Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 8,120 for

document signature

(0.03 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/getting-known-p...
  3. How to Add Distance Annotation in PDF using C#

    This article is designed to assist you how to add distance annotation in PDF using C# along with comprehensive steps to insert distance annotation to PDF in C#....Signature Product Family GroupDocs.Metadata...between two points in PDF documents, making them useful in technical...

    kb.groupdocs.com/annotation/net/how-to-add-dist...
  4. How to Convert MSG to MHTML using C#

    In this article, you will learn how to convert MSG to MHTML using C# without installing third party software. Also, we will provide code to export MSG to MHTML in C#....Signature Product Family GroupDocs.Metadata...of digital communication, documents often come in different formats...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Merge TEX | Documentation

    Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/merge/tex/
  6. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Signature Product Family GroupDocs.Metadata...you to emphasize specific document regions and attach comments...

    kb.groupdocs.com/annotation/java/add-area-annot...
  7. Convert PDF to SVG using Java

    This tutorial illustrates the complete procedure how to convert PDF to SVG using Java. There is no need to install any extra software to export PDF to SVG using Java....Signature Product Family GroupDocs.Metadata...dynamic world of digital documents, mastering the skill to convert...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  8. Քաղեք տեքստ DOC-ից Java-ի միջոցով

    Այս հոդվածը բացատրում է, թե ինչպես հանել տեքստը DOC-ից Java-ի միջոցով: Այն նաև տրամադրում է կոդ օրինակ՝ Java-ում DOC-ից տեքստի դուրսբերման համար՝ առանց լրացուցիչ ծրագրաշարի օգտագործման:...Signature Product Family GroupDocs.Metadata... managing and processing documents programmatically has become...

    kb.groupdocs.com/hy/parser/java/extract-text-fr...
  9. How to Add Polyline Annotation using C#

    Become acquainted with the steps required to add polyline annotation using C#, and effortlessly utilize APIs to acquire the ability to add polyline annotation in C#....Signature Product Family GroupDocs.Metadata...to add annotations to PDF documents to provide additional information...

    kb.groupdocs.com/annotation/net/how-to-add-poly...
  10. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the Documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/merge-indexes/