Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 723 for

groupdocs editor save options

(0.03 sec)
  1. Use advanced rasterization options | Documentation

    Use advanced rasterization Options In order to use the advanced rasterization Options you have to pass one of the Options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced Options (convert pages into images, and Save PDF with scan-like pages) var so = new SaveOptions(); so....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with Groupdocs.Editor API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/java/font-embedding-o...
  3. Use advanced rasterization options | Documentation

    Use advanced rasterization Options In order to use the advanced rasterization Options you have to pass one of the Options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced Options (convert pages into images, and Save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/use-advanced-...
  4. Use advanced rasterization options | Documentation

    Use advanced rasterization Options In order to use the advanced rasterization Options you have to pass one of the Options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import Groupdocs.redaction as gr import Groupdocs.redaction.Options as gro import Groupdocs.redaction.redactions as grr def run(): # Specify the redaction Options repl_opt = grr....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/use-adv...
  5. Save Document | Documentation

    This article demonstrates how to Save edited text documents, spreadsheets, and presentations with Groupdocs.Editor for Node.js via Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  6. Save document | Documentation

    This article demonstrates how to Save edited text documents, spreadsheets and presentations with Groupdocs.Editor for .NET API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/net/save-document/
  7. Save HTML to Folder | Documentation

    This article explains how to Save an edited document in HTML form to a folder on local disk using Groupdocs.Editor for Node.js via Java features....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  8. Save HTML to folder | Documentation

    This article explains how to Save edited document in HTML form to folder at local disk using Groupdocs.Editor for .NET features....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  9. Save HTML to folder | Documentation

    This article explains how to Save edited document in HTML form to folder at local disk using Groupdocs.Editor for Java features....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  10. Save document | Documentation

    This article demonstrates how to Save edited text documents, spreadsheets and presentations with Groupdocs.Editor for Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/java/save-document/