Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 691 for

groupdocs.editor save options

(0.04 sec)
  1. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using Groupdocs.editor for Node.js via Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  2. Edit PowerPoint Presentations | Documentation

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of Groupdocs.editor for Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Java...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  3. Saving documents | Documentation

    The articles explain that how to Save documents in different ways after making redactions....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs.../ Advanced usage / Saving documents Saving documents Leave feedback...

    docs.groupdocs.com/redaction/python-net/saving-...
  4. Edit Presentations in C# | .NET PPT/PPTX Editing

    Editing PowerPoint presentations is explained with C# examples to edit PPT, PPTX, ODP files within your .NET application using presentation editing API.... we will be using the GroupDocs.Editor for .NET in below C# examples...developers to load, edit, and save the edited presentations in...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  5. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of Groupdocs.editor for Java without third party software installed....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Java...

    docs.groupdocs.com/editor/java/product-overview/
  6. Edit Word Documents in C# | Build your own .NET...

    Editing Word documents is explained with C# examples to edit DOC, DOCX, ODT files within your .NET application using document editing API....article, I will be using GroupDocs.Editor for .NET in C# examples...developers to load, edit, and save various document formats using...

    blog.groupdocs.com/editor/edit-word-documents-i...
  7. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Java...

    docs.groupdocs.com/editor/java/saving-editabled...
  8. Product Overview | Documentation

    Edit Microsoft Office documents like Word, Excel or PowerPoint or PDF with help of Groupdocs.editor for Node.js without third party software installed....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/product-o...
  9. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to Save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions Options = new SaveOptions(); Options....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Developer Guide / Advanced Usage / Saving documents / Select specific...

    docs.groupdocs.com/redaction/java/select-specif...
  10. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...Save(request.FileUploadPath)); return...FileUploadPath)) { WordProcessingEditOp options = new WordProcessingEditOp();...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...