Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 28,861 for

watermark api

(0.04 sec)
  1. GroupDocs.Watermark for .NET

    This Api allows you to manipulate text and image Watermarks in any type of file format using C# .NET language on any platform....Find Answers by API GroupDocs.Total Product Family GroupDocs...Product Family GroupDocs.Watermark Product Family GroupDocs.Merger...

    kb.groupdocs.com/watermark/net/
  2. Convenient Watermarking for Documents and Image...

    We are excited to announce that the first version of GroupDocs.Watermark for Java has been released. GroupDocs.Watermark for Java makes it simple to perform Watermarking operations in various document and image formats. The Api facilitates the Java developers with simple syntax, easy to use methods and a few lines of code to perform any Watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove Watermark from many popular document and image formats....Watermark for Java has been released...released. GroupDocs.Watermark for Java makes it simple to perform watermarking...

    blog.groupdocs.com/watermark/introducing-groupd...
  3. Features Overview | Documentation

    GroupDocs.Watermark for Java Api presents a wide range of features like creating a Watermark, removing Watermark, adding Watermark to photos, removing Watermark from photo and more....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/features-over...
  4. Adding image watermarks | Documentation

    GroupDocs.Watermar Api supports adding the following image file types as image Watermark: Bmp; Png; Gif; Jpeg. Add image Watermark from local file Following code snippet shows how to add ImageWatermark 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_image_Watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker Watermarker = new Watermarker("presentation....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/adding-image-...
  5. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add Watermark to the worksheets of any Excel document....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Add watermarks to spreadsheet documents | Docum...

    Adding Watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add Watermark to the worksheets of any Excel document. Adding Watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize Watermark object Set Watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add Watermark to the worksheet Save the document Following code shows how to add Watermark to a particular worksheet....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. 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 Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/adding-text-w...
  8. Add watermarks to PDF documents | Documentation

    The Watermarking Java Api allows you to add Watermarks to PDF documents. Adding Watermarks to a particular page or adding Watermarks on all images or attachments of a particular page is possible....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Add watermarks to presentation documents | Docu...

    Adding Watermark to a particular slide Using GroupDocs.Watermark, you can add Watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding Watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize Watermark object Set Watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add Watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding Watermark to a particular section GroupDocs.Watermark Api allows you to add Watermark objects in the headers and footers of the page....Watermark Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/watermark/java/add-watermark...