Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 36,031 for

documents

(0.06 sec)
  1. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-vc...
  2. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...object. Specify the source document path or stream. Call the method...

    docs.groupdocs.com/comparison/net/how-to-merge-...
  3. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...object. Specify the source document path or stream. Call the add()...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  4. How to run examples | Documentation

    How to run examples....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...will help us improve our documentation. On this page Products Support...

    docs.groupdocs.com/merger/nodejs-java/how-to-ru...
  5. How to Run Examples | Documentation

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/editor/java/how-to-run-examp...
  6. Control temporary files | Documentation

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...will help us improve our documentation. On this page Analyzing...

    docs.groupdocs.com/viewer/java/control-temporar...
  7. Signer numériquement des documents Word avec Java

    Maîtrisez l'art de la signature numérique de Documents Word avec des certificats en Java. Personnalisez les signatures et créez votre propre application à l'aide de l'API de signature numérique....La signature numérique de documents Word à l’aide d’un certificat...l’authenticité et l’intégrité du document. Ce processus agit comme un...

    blog.groupdocs.com/fr/signature/sign-word-files...
  8. Development Environment Installation and Config...

    Development Environment Please visit System Requirements. Installing GroupDocs.Assembly for .NET through NuGet NuGet is the easiest way to download and install GroupDocs.Assembly for .NET. Following are the couple of ways to install GroupDocs.Assembly for .NET in your project using NuGet. Using Package Manager GUI Follow these steps to reference GroupDocs.Assembly using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/assembly/net/development-env...
  9. Reverse Image Search in Documents

    Bouw je app met functionaliteit voor omgekeerde afbeelding zoeken in documenten en afbeeldingsbestanden....true ; // Indexing documents in a document folder index.Add(documentFolder...

    blog.groupdocs.com/nl/search/reverse-image-search/
  10. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...absolute or relative path to your document. Ex: "C:\\Docs\\message.msg"...

    docs.groupdocs.com/watermark/java/add-watermark...