GroupDocs.Watermark for Node.js via Java

Automate XLSX Watermark Deletion

Set up automated processes to remove watermarks efficiently with GroupDocs.Watermark.

Effortlessly Delete Watermarks from Xlsx by Node.js via Java

GroupDocs.Watermark streamlines the process of removing watermarks from business documents. Elevate your Node.js via Java application by seamlessly integrating our library and following these straightforward steps:

  1. Initiate the process by instantiating the core class, Watermarker, with the Xlsx document. Our versatile API seamlessly processes documents, whether provided as a stream or a local path.
  2. Leverage SearchCriteria to precisely pinpoint the watermarks to be addressed. Utilize various parameters such as images, text, or formatting features to refine your search. The more detailed your criteria, the more accurate your results.
  3. Execute the removal process on the list of document watermarks retrieved through your search. Effortlessly delete them from the document.
  4. Upon successfully deleting the watermarks, securely save the resulting document as a local file or a byte stream, preserving its integrity.

// Delete image watermark in XLSX document

// Get Watermarker passing XLSX path as an argument
const watermarker = new groupdocs.watermark.Watermarker("input.xlsx");

// Clear image watermarks by search criteria
const searchCriteria = 
    new groupdocs.watermark.ImageDctHashSearchCriteria("logo.png");
const watermarks = watermarker.search(searchCriteria);
watermarks.clear();

// Save processed file
watermarker.save("output.xlsx");
npm i @groupdocs/groupdocs.watermark
click to copy
copied
More examples Documentation

Node.js via Java API for Watermark Removal | GroupDocs.Watermark

Integrate our Node.js via Java API to effortlessly remove watermarks from documents, enhancing document clarity and aesthetics. Tailored for Node.js via Java environments, this API is perfect for applications needing to process and present clean documents free of watermarks.

Remove Watermark

Streamlined Watermark Removal for Node.js via Java

Our API offers streamlined watermark removal tools designed specifically for Node.js via Java applications, enabling developers to enhance document readability and professional appearance without complex coding.

Node.js via Java Batch Watermark Cleanup

Capitalize on the ability to clear watermarks from multiple documents in one go with our batch processing feature. This is especially useful for applications that need to handle large document flows quickly and efficiently.

Flexible Watermark Editing via Node.js via Java

Adjust, modify, or completely remove watermarks using our flexible editing tools. This feature allows Node.js via Java developers to tailor document processing to specific business needs or client requests, ensuring optimal outcomes.

Delete spreadsheet header watermarks

This example shows how to delete watermarks which were put into XLSX headers

TypeScript


    const groupdocsWatermark = require('@groupdocs/groupdocs.watermark')

    //  Load Spreadsheet workbook
    const loadOptions = new groupdocsWatermark.SpreadsheetLoadOptions();
    const watermarker = new groupdocsWatermark.Watermarker("source.xlsx", loadOptions);

    //  Get list of header sections
    const content = watermarker.getContent(groupdocsWatermark.SpreadsheetContent.class);
    const sections = content.getWorksheets().get_Item(0).getHeadersFooters()
        .getByOfficeHeaderFooterType(groupdocsWatermark.OfficeHeaderFooterType.HeaderPrimary).getSections();

    //  Delete watermarks from headers
    for (const section of sections.getInnerList().toArray()) {
        section.setScript(null);
        section.setImage(null);
    }

    //  Save cleared workbook
    watermarker.save("result.xlsx");
    watermarker.close();

GroupDocs.Watermark for Node.js via Java

For repetitive document workflows, GroupDocs.Watermark offers automated watermark deletion capabilities. Developers can integrate this functionality to streamline document processing by automatically removing watermarks upon file upload, conversion, or other designated triggers. Enhance efficiency and reduce manual intervention with automated watermark deletion using GroupDocs.Watermark.
Learn more
About illustration

Ready to get started?

Download GroupDocs.Watermark for free or get a trial license for full access!

Useful resources

Explore documentation, code samples, and community support to enhance your experience.

Automate Deletion in Multiple Formats

Schedule automatic watermark removal for various document types with GroupDocs.Watermark.

Temporary license tips

1
Sign up with your work email.
Free mail services are not allowed.
2
Use Get a temporary license button on the second step.
 English