Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 4,191 for

groupdocs.assembly

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

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/installation/
  3. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for Java API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/loading/
  4. Developer Guide | GroupDocs

    View PDF, Word, Excel, and PowerPoint files in your Python apps with GroupDocs.Viewer for Python. Learn about its features....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/developer-...
  5. Get started | GroupDocs

    Introduction to GroupDocs.Viewer for Python. Learn how to view documents programmatically....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/getting-st...
  6. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Comparison for Python via .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/loading/
  7. Loading documents | GroupDocs

    This article show how to enable you to load password-protected documents and load documents from different sources...Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/loading...
  8. Developer Guide | GroupDocs

    Note This section describes some basic and advanced use cases of GroupDocs.Redaction for Python via .NET. Please refer to GitHub repository for more examples and samples....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/develop...
  9. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just a couple lines of code....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/basic-...
  10. Advanced usage | GroupDocs

    Learn about GroupDocs.Comparison advanced usage and its multiple powerful features like document comparison customisation, loading documents from different sources etc....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/advanced-usage/