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

groupdocs.editor save options

(0.06 sec)
  1. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...Save(request.FileUploadPath)); return...images = readyToEdit.Images; // Save extracted images and update...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  2. Word document added an Undefined Label - Free S...

    Hi, we have an issue when saving a word document after an edition, in the word Saved document is adding a label at the beginning of the content. proces-editor error.PNG (241.7 KB) We are using Groupdocs.editor 23.9 and…...added an Undefined Label GroupDocs.Editor Product Family java sara...1 Hi, we have an issue when saving a word document after an edition...

    forum.groupdocs.com/t/word-document-added-an-un...
  3. 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...
  4. 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/
  5. 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/net/saving-documents/
  6. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to Save the document to any custom location, you’ll have to open a Stream to this location. As a Save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs.../ Advanced Usage / Saving documents Saving documents Leave feedback...

    docs.groupdocs.com/redaction/java/saving-docume...
  7. 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-...
  8. Working with Resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with 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/working-w...
  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. Inserting edited slide into existing presentati...

    This article describes how to insert an edited presentation slide into an existing PowerPoint presentation using Groupdocs.editor for Node.js and Java....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...Documentation / GroupDocs.Editor Product Family / GroupDocs.Editor for Node...

    docs.groupdocs.com/editor/nodejs-java/inserting...