Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 5,783 for

file signature

(0.59 sec)
  1. Add text field annotation | GroupDocs

    The page describes how to add text field annotation to a document programmatically using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...// Add annotation and save to file annotator . add ( textField...

    docs.groupdocs.com/annotation/java/add-text-fie...
  2. Working with worksheet backgrounds | GroupDocs

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...Signature Product Solution GroupDocs...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/working-with-w...
  3. Modifying found watermark properties | GroupDocs

    This article explains how to modify found watermark properties while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs...ReplacesImageInFound byte [] imageData = File . ReadAllBytes ( "image.png"...

    docs.groupdocs.com/watermark/net/modifing-found...
  4. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure....Signature Product Solution GroupDocs...remove documents indexed by a file system path, see . The following...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  5. Scan QR Code from ODT using C#

    This guide details how to scan QR Code from ODT using C#. It includes a code example to assist you how to extract QR Code from ODT in C# for a smooth experience....Signature Product Family GroupDocs.Metadata...from ODT (Open Document Text) files using C# offers a powerful way...

    kb.groupdocs.com/parser/net/scan-qrcode-from-od...
  6. Installation | GroupDocs

    The page describes how to add the GroupDocs.Annotation library to your .NET project....Signature Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...

    docs.groupdocs.com/annotation/net/installation/
  7. Installation | GroupDocs

    On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Signature Product Solution GroupDocs...reference the downloaded assembly files in your project, follow these...

    docs.groupdocs.com/comparison/net/installation/
  8. Working with Metadata in ASF Files | 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....Signature Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Signature Product Family GroupDocs.Metadata...content is then written to a file, making it accessible for further...

    kb.groupdocs.com/search/net/export-indexed-docu...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Signature Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...