Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 4,906 for

groupdocs.viewer,

(0.06 sec)
  1. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  2. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for Java API....The page describes how to manage replies for different document types using GroupDocs.Annotation for Java API.

    docs.groupdocs.com/annotation/java/working-with...
  3. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. GroupDocs.Signature for Java | Documentation

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications

    docs.groupdocs.com/signature/java/
  5. Images | Documentation

    Learn about managing metadata for Images formats....Learn about managing metadata for Images formats.

    docs.groupdocs.com/metadata/net/images/
  6. Extract data from PDF documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from PDF documents. Also password-protected PDFs and PDF portfolios are supported. The following examples demonstrate how to extract data from PDF documents:...GroupDocs.Parser provides the functionality to extract data from PDF documents. Also password-protected PDFs and PDF portfolios are supported. The following examples demonstrate how to extract data from PDF documents:

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Creating an index | Documentation

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .

    docs.groupdocs.com/search/nodejs-java/creating-...
  8. GroupDocs.Search Overview | Documentation

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements.

    docs.groupdocs.com/search/nodejs-java/groupdocs...
  9. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.

    docs.groupdocs.com/search/nodejs-java/searching/
  10. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form using Java search API....This article gives the knowledge about nesting search queries in object form using Java search API.

    docs.groupdocs.com/search/nodejs-java/nesting-s...