Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 36 for

metadata copy java

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

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

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Viewer for Java 3.2.2. The latest version of...Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing...

    blog.groupdocs.com/groupdocs.blog/page/88/
  3. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Metadata Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Document rendering basics...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  4. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....and legal notices – no more copy-pasting wrong case numbers!...Document Analysis : Extract metadata including title, author, creation...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  5. How to Run Examples | GroupDocs

    Learn how to clone, configure, and run GroupDocs.Viewer for Node.js via Java example projects....Metadata Product Solution GroupDocs...or later Java : JRE/JDK 8+ (17 LTS recommended) Java environment...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ru...
  6. Rasterize document or page | GroupDocs

    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...
  7. Load document from stream | GroupDocs

    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...
  8. Migration Notes | GroupDocs

    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...
  9. Features overview | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document text....Metadata Product Solution GroupDocs...Family / GroupDocs.Viewer for Java / Get started / Features overview...

    docs.groupdocs.com/viewer/java/features-overview/
  10. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Metadata Product Solution GroupDocs...library is copied to your output directory (unless Copy Local in...

    docs.groupdocs.com/viewer/nodejs-java/licensing...