Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 44,528 for

documents

(0.18 sec)
  1. 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...
  2. 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...
  3. Using Spreadsheets as Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Spreadsheets...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  4. 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...
  5. Convert PDF to EMF using Python

    Convert PDF to EMF using Python for document imaging. Learn how to export PDF to EMF in Python with clean vector output and reliable conversion options....developers to automate the document rendering process and produce...enable EMF output from PDF documents Import required classes like...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  6. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet Documents....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...to remove pages from PDF documents, slides from presentations...

    docs.groupdocs.com/redaction/java/remove-page-r...
  7. Merge indexes | GroupDocs

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...operation contains all the documents that were contained in all...

    docs.groupdocs.com/search/java/merge-indexes/
  8. 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...
  9. 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#....Rich Text Format ( RTF ) documents using C# is a valuable skill...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  10. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...allows users to search for documents containing an exact sentence...

    docs.groupdocs.com/search/java/phrase-search/