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

groupdocs editor save options

(0.43 sec)
  1. 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...
  2. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using document editing Java API....Editing and Automation # GroupDocs.Editor provides Java API for...developers to load, edit, and save various document formats using...

    blog.groupdocs.com/editor/edit-word-documents-i...
  3. 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...
  4. Edit Excel Files in Java | Build your Online Ja...

    Edit Excel files (XLS, XLSX, ODS) with your Java application. Examples to edit spreadsheets using spreadsheet and document editing Java API....Spreadsheets and Automation # GroupDocs.Editor provides Java API for...developers to load, edit, and save various document formats using...

    blog.groupdocs.com/editor/edit-excel-files-in-j...
  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. 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...
  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. 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...
  9. Specify rendering options for CAD files | Group...

    This topic describes how to use the Groupdocs.Viewer .NET API (C#) 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/net/specify-cad-rende...
  10. 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/net/updating-qr-co...