Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 7,053 for

groupdocs watermark api docs

(0.2 sec)
  1. Add text watermarks | GroupDocs

    This article shows how to add a text Watermark and save the resultant document. It is capable of adding Watermarks to images or documents....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  2. Add watermarks to PowerPoint presentations | Gr...

    Add Watermarks to PowerPoint presentations. Add Watermark to particular slide with simple or advanced settings easily....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Add watermarks to diagram documents | GroupDocs

    Adding Watermark to all pages of a particular type Using GroupDocs.Watermark, you can add Watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize Watermark object Set Watermark properties Add Watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add Watermark to a particular type of the pages....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

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

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. Removing found watermarks | GroupDocs

    This article explains how to remove found Watermarks while using GroupDocs. Watermarks Java Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/removing-foun...
  6. 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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/load-password-...
  8. Add watermarks to email attachments | GroupDocs

    The Api allows you to add Watermark to email attachments (all the attachments of supported types in an email message)...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Adding watermarks | GroupDocs

    Adding Watermark to any supported document format using GroupDocs.Watermark consists of some easy steps...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  10. Removing found watermarks | GroupDocs

    This article explains how to remove found Watermarks while using GroupDocs. Watermarks Api....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/removing-found...