Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 5,227 for

groupdocs.watermark,

(0.07 sec)
  1. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more.

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  2. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....This article explains how to save document to the specified stream while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/save-document-...
  3. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....This article explains how to load from local disk while using GroupDocs. Watermarks API.

    docs.groupdocs.com/watermark/net/load-from-loca...
  4. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....This article explains how to load from stream while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/load-from-str...
  5. 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....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.

    docs.groupdocs.com/watermark/java/rasterize-doc...
  6. Working with worksheet backgrounds | Documentation

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/working-with-w...
  7. Text Watermark on GroupDocs Blog | Document Aut...

    Text Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Text Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo...

    blog.groupdocs.com/id/tag/text-watermark/index.xml
  8. Watermark Solution on GroupDocs Blog | Document...

    Watermark Solution on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Solution on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Watermark Solution on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Solution on GroupDocs Blog | Document Automation Solutions for .NET & Jav...

    blog.groupdocs.com/id/tag/watermark-solution/in...
  9. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....particular slide Using GroupDocs.Watermark, you can add watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermark positioning Using GroupDocs.Watermark, you can also add watermark...

    docs.groupdocs.com/watermark/java/adding-text-w...