Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 35,513 for

watermark

(0.04 sec)
  1. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the Watermarking service. Below is a brief …...Watermark for Java on EC2 GroupDocs.Watermark Product...currently using the GroupDocs.Watermark for Java library in a Java...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  2. Watermarking Java API on GroupDocs Blog | Docum...

    Watermarking Java API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermarking Java API on GroupDocs Blog | Document Automation Solutions for .NET......Watermarking Java API on GroupDocs Blog | Document Automation...Developers Recent content in Watermarking Java API on GroupDocs Blog...

    blog.groupdocs.com/id/tag/watermarking-java-api...
  3. Hello, World! | Documentation

    Get started with GroupDocs.Watermark for Python via .NET by creating and running a minimal example....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/hello-w...
  4. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/basic-usage/
  5. Find and Remove Watermarks from Documents in Java

    Java API to find and remove text and image Watermarks from documents like PDF, Word, Excel, PowerPoint, and Visio files programmatically....and remove text or image watermarks from PDF, Word, Excel, PowerPoint...learnt finding and removing watermarks from documents in C# . Let’s...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  6. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....explore various methods to add watermarks to Word files, both through...explore various methods to add watermarks to PDF files, both through...

    blog.groupdocs.com/categories/groupdocs.waterma...
  7. GroupDocs.Annotation for .NET

    This API allows you to digitally annotate any type of file format using .NET and C# language on any platform....Watermark Product Family GroupDocs.Merger...Latest Answers How to Add Watermark to Excel Worksheets using...

    kb.groupdocs.com/annotation/net/page/2/
  8. C# Convert PPT to PDF | PPTX to PDF | Presentat...

    Convert PowerPoint PPT, PPTX to PDF in .NET. C# code examples show the conversion of selective, consecutive slides, and Watermarking using Conversion API....with Advanced Options Apply Watermark while Conversion to PDF Convert...Image Quality Rotation Watermark Add Watermark while converting PPTX...

    blog.groupdocs.com/conversion/convert-presentat...
  9. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_Watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker Watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = Watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....Watermark is a robust library for managing watermarks in documents...unique typography into their watermarks. In this article, we’ll explore...

    blog.groupdocs.com/watermark/using-custom-fonts...