Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 815 for

groupdocs editor save options

(0.08 sec)
  1. Specify rendering options for CAD files | Group...

    Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using Groupdocs.Viewer's Options....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/python-net/specify-ca...
  2. Updating Barcode signatures with advanced optio...

     This article explains how to provide advanced Options when updating Barcode electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/updating-barc...
  3. 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/
  4. Updating Image signatures with advanced options...

     This article explains how to provide advanced Options when updating Image electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/net/updating-image...
  5. Specify rendering options for CAD files | Group...

    This topic describes how to use the Groupdocs.Viewer Java API to specify various Options for rendering CAD files to HTML, PDF, PNG, and JPEG....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  6. Save overwriting original file | GroupDocs

    The following example demonstrates how to Save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.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.setAddSuffix(false); Options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.Save(Options); } } finally { redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Updating Image signatures with advanced options...

     This article explains how to provide advanced Options when updating Image electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/updating-imag...
  8. 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...
  9. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced Options when updating QR-code electronic signatures with Groupdocs.Signature API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/updating-qr-c...
  10. 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...