Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 3,798 for

assemble

(0.1 sec)
  1. Save overwriting original file | Documentation

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. How to run examples | Documentation

    How to run examples....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/how-to-...
  3. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/save-a-modified...
  4. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/how-to-run/
  5. Introducing GroupDocs.Signature for Java | Docu...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/introducing-g...
  6. Get only summary page | Documentation

    This article explains how to get only summary page when comparing documents with GroupDocs.Comparison for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/get-only-sum...
  7. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. How to install Asian Fonts on Ubuntu | Document...

    This article will guide you through the installation of Asian Fonts on Ubuntu....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  9. How to run examples | Documentation

    How to run examples....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ru...
  10. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...