Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 46,440 for

documents

(0.06 sec)
  1. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....metadata from documents using one of the best document extraction...the metadata from the Excel document Initialize the Parser class...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  2. How to protect a signed PDF document | GroupDocs

    This article explains how to protect a signed PDF document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Saving documents / How to protect a signed PDF document How to...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  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. How to Convert DOCX to RTF using Java

    In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java....and RTF are commonly used document file formats for creating...storing, and sharing text documents. You can export DOCX to RTF...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....digital world, electronic documents contain hidden information...format used for Microsoft Word documents that frequently contains hidden...

    kb.groupdocs.com/redaction/java/remove-metadata...
  6. 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...
  7. Text search in network | GroupDocs

    This page contains information about full-text searching in the search network....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...< NetworkFoundDocument > documents = new List < NetworkFoundDocument...

    docs.groupdocs.com/search/net/text-search-in-ne...
  8. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...corporate fonts used in your documents. Production Environment Node...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  9. Extract Hyperlinks from RTF using C#

    This article explains in detail how to extract hyperlinks from RTF using C#. There is no need to install extra software to read hyperlinks from RTF in C#....valuable task when dealing with documents that include URLs for references...important references within the document. In this article, we will...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  10. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...Create and delete indexes. Add documents to opened index. Search opened...

    docs.groupdocs.com/search/net/index-browser/