Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 3,322 for

groupdocs.editor,

(0.05 sec)
  1. ClassNotFoundException BouncyCastleProvider exc...

    This article is about ClassNotFoundException: BouncyCastleProvider exception...This article is about ClassNotFoundException: BouncyCastleProvider exception

    docs.groupdocs.com/viewer/java/classnotfoundexc...
  2. 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-...
  3. 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-...
  4. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP.

    docs.groupdocs.com/redaction/net/get-document-p...
  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. 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...
  7. 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...
  8. 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-...
  9. 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/
  10. Rotate pages | Documentation

    This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications....This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your Java applications.

    docs.groupdocs.com/viewer/java/flip-or-rotate-p...