Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 32 for

metadata copy java

(0.04 sec)
  1. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document Metadata when saving output document after files comparison within your Java applications....Metadata Product Solution GroupDocs...via Java / Advanced usage / Saving / Set document metadata on...

    docs.groupdocs.com/comparison/nodejs-java/set-d...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java / Developer...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......NET & Java Developers Recent content in...Automation Solutions for .NET & Java Developers Complete Guide to...

    blog.groupdocs.com/categories/groupdocs.signatu...
  4. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....for: Text occurrences Basic metadata fields File names Document...Create another directory and copy all the required documents into...

    blog.groupdocs.com/search/searching-in-a-large-...
  5. Add Text Watermark to DOCX using Java

    Discover how to add text watermark to DOCX using Java. Additionally, we'll supply you with the code necessary to insert text watermark to DOCX using Java....Metadata Product Family GroupDocs.Search...Text Watermark to DOCX using Java In the modern digital landscape...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  6. How to Create a Docker Image to Run GroupDocs.C...

    This article provides instructions to create a docker image to run GroupDocs.Conversion for node.js via Java. It includes details on configuring the environment along with sample code....Metadata Product Family GroupDocs.Search...GroupDocs.Conversion for Node.js via Java This article provides step-by-step...

    kb.groupdocs.com/total/nodejs/how-to-create-a-d...
  7. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Metadata Product Solution GroupDocs...GroupDocs.Conversion for Node.js via Java / Get started / Running in Docker...

    docs.groupdocs.com/conversion/nodejs-java/runni...
  8. Archive

    archives...Viewer for Java 25.12 – December 2025 Release...GroupDocs Team · 4 min GroupDocs.Metadata for .NET 25.10 – October 2025...

    blog.groupdocs.com/archives/
  9. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Comparison for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Metadata Product Solution GroupDocs...GroupDocs.Comparison for Node.js via Java / Getting Started / Running...

    docs.groupdocs.com/comparison/nodejs-java/runni...
  10. 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....Metadata Product Solution GroupDocs...Family / GroupDocs.Redaction for Java / Developer Guide / Advanced...

    docs.groupdocs.com/redaction/java/save-overwrit...