Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 12,098 for

to

(0.03 sec)
  1. 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/
  2. How to Convert HTML to ODT using C#

    Quickly convert HTML To ODT using C# with a popular conversion library along with code example To export HTML To ODT in C# on commonly used operating systems....Quickly convert HTML to ODT using C# with a popular conversion library along with code example to export HTML to ODT in C# on commonly used operating systems.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert MSG to PDF using Java

    In this Topic, you will learn how To convert MSG To PDF using Java without installing third-party software. Also, we will provide code To export MSG To PDF in Java....In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Add Watermark to DOC Online

    Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our Tool....Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our tool.

    products.groupdocs.app/watermark/doc
  5. How to Convert PowerPoint to HTML in Java

    This short tuTorial provides a stepwise procedure To convert PowerPoint To HTML in Java and a sample code for the Java PPT To HTML converter application....This short tutorial provides a stepwise procedure to convert PowerPoint to HTML in Java and a sample code for the Java PPT to HTML converter application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Run Examples | Documentation

    In this article, you can find how To run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box.

    docs.groupdocs.com/comparison/python-net/how-to...
  7. How to Convert Markdown to HTML in C#

    This article explains the document conversion process, provides instructions To convert Markdown To HTML in C#, and an example for C# Markdown To HTML application....This article explains the document conversion process, provides instructions to convert Markdown to HTML in C#, and an example for C# Markdown to HTML application.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert JPG to XLSM in Java

    Learn the step-by-step workflow To convert JPG To XLSM in Java using simple API calls and how To develop the Java JPG To XLSM converter application....Learn the step-by-step workflow to convert JPG to XLSM in Java using simple API calls and how to develop the Java JPG to XLSM converter application.

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert HTML to Excel in C#

    Quickly review detailed instructions To convert HTML To Excel in C#, learn how To use these steps for the implementation of HTML To Excel converter C# functionality....Quickly review detailed instructions to convert HTML to Excel in C#, learn how to use these steps for the implementation of HTML to Excel converter C# functionality.

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Merge documents to PDF | Documentation

    This section describes how To import OLE objects inTo PDF documents using Java...This section describes how to import OLE objects into PDF documents using Java

    docs.groupdocs.com/merger/java/merge-documents-...