Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 4,828 for

groupdocs.viewer,

(1.97 sec)
  1. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: 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 search index related topics. You will find details about index management and advanced options: 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/java/indexing/
  2. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file.

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....The articles explain that how to save documents in different ways after making redactions.

    docs.groupdocs.com/redaction/python-net/saving-...
  4. Product Overview | Documentation

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more.

    docs.groupdocs.com/annotation/net/product-overv...
  5. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....This example demonstrates how to load a password-protected document.

    docs.groupdocs.com/metadata/net/load-a-password...
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...This article shows how to save a document to a specified location on a local disk

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream....This example demonstrates how to load a file from a stream.

    docs.groupdocs.com/metadata/net/load-from-a-str...
  8. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...This article shows how to save a document to a specified location on a local disk in Java

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  9. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...This article shows how to save a file to the specified stream in Java

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  10. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API.

    docs.groupdocs.com/merger/java/rotate-pages/