Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 48,378 for

documents

(0.84 sec)
  1. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  2. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...usage / Signing documents / ✎ Extensions Sign document with extensions...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Developer guide | GroupDocs

    Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...feedback Basic usage – convert documents to Markdown using static methods...

    docs.groupdocs.com/markdown/net/developer-guide/
  4. Update Text Signatures in Document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature for Python via .NET API....Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...in Documents / 📝 Text Update Text Signatures in Document Leave...

    docs.groupdocs.com/signature/python-net/update-...
  5. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...necessary to associate each document with certain additional metadata...

    docs.groupdocs.com/search/net/indexing-addition...
  6. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on new features, fixes, and improvements....please visit the following documentation article: Rendering Filtered...please visit the following documentation article: # Obtaining and...

    blog.groupdocs.com/viewer/render-filtered-messa...
  7. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....format for Microsoft Word documents, often contain metadata that...hidden information about the document. In this article, we’ll delve...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  8. Add Text Watermark to XLSX using C#

    This guide demonstrates the process of how to add text watermark to XLSX using C#. Additionally, you'll get a code example to insert text watermark to XLSX in C#....semi-transparent overlay of text on a document. It’s purposefully included...addition can subtly enhance the document’s appearance while conveying...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to Documents, updated, removed, or searched inside already watermarked Documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks could be added to documents, updated, removed, or searched...

    docs.groupdocs.com/watermark/java/basic-usage/
  10. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...source and target documents and save output document with (or without)...

    docs.groupdocs.com/comparison/net/accept-or-rej...