Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 877 for

groupdocs editor save options

(0.14 sec)
  1. 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...
  2. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....Editing and Automation # GroupDocs showcases the .NET API for...developers to load, edit, and save various document formats using...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  3. Edit Word Documents | Online Editing & Programm...

    Discover efficient ways to edit Word documents. Either edit DOC/DOCX files online or do it programmatically using C# & Java....We’ll utilize the online GroupDocs.Editor App for this. Simply follow...navigating to the Online Word Editor App website. Upload your DOC/DOCX...

    blog.groupdocs.com/editor/edit-word-documents/
  4. Save to Stream | GroupDocs

    This article demonstrates that how to Save a document to any custom file at any location on the local disc or a even a Stream...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/save-to...
  5. Save to stream | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Save image as base64 | GroupDocs

    The listed articles below explain how to embeds images as Base64 strings directly in the Markdown....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/markdown/net/as-base64-strat...
  7. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to Save the document as a rasterized PDF file...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/save-in...
  8. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/markdown/python-net/as-base6...
  9. Save image by custom strategy | GroupDocs

    The listed articles below explain how to control how images are Saved when a document is Saved to Markdown format....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/markdown/python-net/custom-s...
  10. Save overwriting original file | GroupDocs

    This article demonstrates that how to Save the redacted document, replacing an original file...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/save-ov...