Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 6,056 for

informations

(0.13 sec)
  1. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....applications that handle sensitive information and require text redaction...concealing or removing sensitive information from documents to prevent...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  2. Features Overview | GroupDocs

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Purchase Buy Now Pricing Information Free Trials Temporary License...password-protected documents Extracting information about hidden document pages...

    docs.groupdocs.com/metadata/net/features-overview/
  3. Why Use an Online Signature Application?

    In the digital world e-signature is actively replacing the traditional way of signing documents. Today, you can find a large number of online signature services on the market. All of them intend to help people sign documents online, using only a web browser. If you’re wondering why such applications are so popular, and what benefits they provide, this article is for you. The Benefits of an Online Signature Application Save Time The normal process of signing a contract includes updating a document with client information, printing or scanning it, filing, signing, mailing, and then waiting for the signed document to be returned....updating a document with client information, printing or scanning it...document, add all necessary information, sign it and invite signers...

    blog.groupdocs.com/signature/why-use-online-sig...
  4. In-Paragraph List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in HTML Document format. In-Paragraph List in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements: A descriptive or informative line like “We provide support...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  5. Numériser un code QR à partir de RTF à l'aide d...

    Ce guide explique comment scanner un code QR à partir de RTF à l'aide de C#, avec un exemple de code pour vous aider à extraire efficacement un code QR à partir de RTF en C#, garantissant un processus fluide et transparent....à des informations telles que des URL, des informations de contact...garantissant ainsi que les informations pertinentes sont facilement...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  6. Supprimer les métadonnées de DOCX à l'aide de C#

    Apprenez efficacement à supprimer les métadonnées de DOCX en utilisant C# avec un exemple de code montrant comment supprimer les métadonnées de DOCX en C# sans installer de logiciel supplémentaire....métadonnées qui incluent des informations cachées sur le document...commentaires. Bien que ces informations puissent être utiles pour...

    kb.groupdocs.com/fr/metadata/net/remove-metadat...
  7. Numériser un code QR à partir d'un fichier JPG ...

    Découvrez facilement comment scanner un code QR à partir d'un JPG à l'aide de C# sans avoir besoin d'installations de logiciels supplémentaires ainsi qu'un exemple de code pour extraire un code QR à partir d'un JPG en C#....pour stocker divers types d’informations, la possibilité de scanner... les coordonnées et les informations de paiement. Cette fonctionnalité...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  8. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Purchase Buy Now Pricing Information Free Trials Temporary License...to get the following file information: represents the document...

    docs.groupdocs.com/comparison/java/get-file-info/
  9. Basic Usage | GroupDocs

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...Our product also provides information about document type and structure...

    docs.groupdocs.com/signature/python-net/basic-u...
  10. Working with metadata in AVI files | GroupDocs

    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); // ....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from AVI file headers. The...

    docs.groupdocs.com/metadata/net/working-with-me...