Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 14,484 for

file

(0.04 sec)
  1. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....a presentation document from file path with load options and password...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  2. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java.... Specifies the format of a file. */ public final class FileFormat...

    docs.groupdocs.com/assembly/java/migrating-to-g...
  3. Digitally Sign PDFs Using Azure Key Vault & Gro...

    Create secure electronic document signatures for PDFs by integrating Azure Key Vault certificate management with GroupDocs.Signature in C#. Complete guide with custom hash signing for external devices and signature validation examples....See Also Introduction # PDF files are essential in various industries...apply digital signatures to PDF files. By integrating these technologies...

    blog.groupdocs.com/signature/custom-hash-sign-w...
  4. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements.... The original PDF files are not downloaded to user machines...and the list of all supported file formats, please go to the products...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  5. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....docx' with the actual file paths in your application. For...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  6. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....mdDocId ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/implement-cus...
  7. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....into the Editor class using a file or stream. Specify the worksheet...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  8. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Creating an output adapter to the file const highlighter = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/work-with...
  9. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....the content field or in the file name field. A simple faceted...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  10. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....console } }); Step #4: Add files synchronously Document indexing...specified folder Step #5: Add files asynchronously More often, however...

    docs.groupdocs.com/search/java/build-your-first...