Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 33,950 for

groupdocs.merger

(1.59 sec)
  1. 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly to include the latest versions for document processing and automation....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...multiple document formats. GroupDocs.Merger for Python via .NET Merge...

    docs.groupdocs.com/total/python-net/product-ove...
  3. GroupDocs.Signature for Java

    This API allows you to digitally sign any type of file format using Java language on any platform....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/signature/java/
  4. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/page/19/
  5. GroupDocs.Signature for .NET

    This API allows you to digitally sign any type of file format using .NET and C# language on any platform....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/signature/net/
  6. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/annotation/page/3/
  7. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/conversion/page/14/
  8. Troubleshooting | GroupDocs

    Troubleshooting file processing with GroupDocs.Viewer: common issues and solutions are detailed here....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/troublesho...
  9. Basic Usage | GroupDocs

    Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code. Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/python-net/basic-us...
  10. Working with Table Reports - Master-Detail | Gr...

    Articles in this section...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-t...