Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 6,185 for

groupdocs.metadata

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

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. 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.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  3. Installation | Documentation

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

    docs.groupdocs.com/annotation/java/installation/
  4. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/saving-docume...
  5. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/saving-documents/
  6. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/migration-no...
  7. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/load-document-...
  8. How to Run Examples | Documentation

    This article describes how to run Java Search API code examples....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/how-to-ru...
  9. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/using-ocr/
  10. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...