Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 47,032 for

documents

(0.5 sec)
  1. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...associated with a certain document and expressing the consent...

    docs.groupdocs.com/signature/net/features-overv...
  2. Escape Special Characters in Search Queries usi...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 19.2. Improvements such as indexing of a ZIP archive inside other ZIP and escape of special characters in search queries are introduced. Please check GroupDocs.Search for .NET 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Letter); // Adding documents to index index.AddToIndex(documentFolder);...Index(indexFolder); // Adding documents to index // ZIP archives and...

    blog.groupdocs.com/search/escape-special-charac...
  3. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....and standalone images Add documents to the index folder with the...results, and filters for the documents to search Create a reference...

    kb.groupdocs.com/search/java/perform-reverse-im...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...towards cloud or web-based document management systems. SugarCRM...used to build a SharePoint document viewer. Finally, the answer...

    blog.groupdocs.com/groupdocs.blog/page/97/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...rendering a part of MS Project document specifying the start date...latest release for a better document e-signing experience. Improvements...

    blog.groupdocs.com/groupdocs.blog/page/55/
  6. 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...
  7. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....now add **Watermark **in the document and **Navigate **through the...the file browser’s documents using next and previous buttons...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  8. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Loading documents / Load password-protected document Load password-protected...

    docs.groupdocs.com/watermark/java/load-password...
  9. 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...
  10. 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...