Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 7,226 for

editor

(0.04 sec)
  1. Convert to Presentation with advanced options |...

    Follow this guide and learn how documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  2. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Microsoft Word and various text editors. There may be instances where...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/synchronizing-sha...
  4. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Editor Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/advanced-usage/
  5. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Node.js via Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/change-pa...
  6. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  8. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/load-file-fr...
  9. Load password-protected file | GroupDocs

    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(); }...Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/load-password...
  10. Load file from stream | GroupDocs

    Pass a FileStream or any System.IO.Stream directly to the Comparer constructor and Add() method to compare documents without saving them to disk first in GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/load-file-fro...