Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 10,789 for

document watermark

(0.24 sec)
  1. Add watermarks to PDF documents | GroupDocs

    Add Watermarks to PDF pages, images, and attachments using Python via .NET....Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/python-net/add-wat...
  2. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for Java 3.0.0. GroupDocs releases this product with the great power of rendering a variety of Document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for Java had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....of rendering a variety of document formats to HTML and image...Repesentation of the document. It can converts document pages to images...

    blog.groupdocs.com/viewer/releasing-next-genera...
  3. Basic Usage | GroupDocs

    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...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/basic-usage/
  4. Working with worksheet headers and footers | Gr...

    This article explains how to work with worksheet headers and footers while using GroupDocs Watermarking Java API...Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is Watermarking. Watermarking allows you to protect Documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET Watermarks are implemented as customizable text that can be added over a displayed Document, overlapping its content. For the first time the ability to add Watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....NET is watermarking. Watermarking allows you to protect...protect documents that you display on the web from screen-grabbing...

    blog.groupdocs.com/viewer/protect-your-document...
  6. Hello, World! | GroupDocs

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

    docs.groupdocs.com/watermark/python-net/hello-w...
  7. Customize watermarks | GroupDocs

    Adjust text or image Watermark appearance and position using Python via .NET....Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/python-net/basic-u...
  8. Searching watermarks | GroupDocs

    This article explains how to search Watermarks while using GroupDocs. Watermarks API....Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/net/searching-wate...
  9. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Watermark for Python....Watermark Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/python-net/support...
  10. Working with slide backgrounds | GroupDocs

    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...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/java/working-with-...