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

metadata copy java

(0.1 sec)
  1. Save a modified file to the original source | D...

    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...
  2. 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...
  3. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image.... Copy link Copy link Copied to Clipboard Share...Document Automation APIs for .NET & Java to view, convert, annotate,...

    dev.to/groupdocs/export-annotations-and-retriev...
  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. 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...
  6. Archive

    archives...· Shoaib Khan · 4 min Edit Metadata in Python Applications April...· Shoaib Khan · 3 min Edit Metadata in Node.js Applications December...

    blog.groupdocs.com/archives/
  7. 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....Metadata Product Solution GroupDocs...Family / GroupDocs.Redaction for Java / Developer Guide / Advanced...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Metadata Product Solution GroupDocs...Family / GroupDocs.Watermark for Java / Developer Guide / Advanced...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  9. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a Copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Metadata Product Solution GroupDocs...Family / GroupDocs.Parser for Java / Developer Guide / Advanced...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Migration Notes | Documentation

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for Java since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Metadata Product Solution GroupDocs...Family / GroupDocs.Annotation for Java / Migration Notes Migration...

    docs.groupdocs.com/annotation/java/migration-no...