Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 32,341 for

viewer

(0.08 sec)
  1. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/saving-...
  2. How to Convert PDF to RTF in C#

    This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert HTML to Markdown using C#

    Quickly convert HTML to Markdown using C# with one of the popular document converter APIs and learn how to create the HTML to MD converter in C#....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/load-password...
  5. How to Convert Excel to HTML using Java

    This topic includes sample Java program that expalins how to convert Excel to HTML using Java along with comprehensive instructions to export Excel to HTML in Java....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Extract Images from PowerPoint in C#

    This article provides stepwise instructions to extract images from PowerPoint in C# and a sample working code on how to get images from PowerPoint using C#....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  8. How to Convert TXT to XLSX using C#

    This article presents necessary steps to convert TXT to XLSX using C# on frequently used operating systems along with code example to generate XLSX from TXT using C#....Viewer Product Family GroupDocs.Comparison...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Node.js via Java....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  10. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Viewer Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/removing-empty...