Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 5,167 for

groupdocs.watermark,

(0.11 sec)
  1. Online Watermark on GroupDocs Blog | Document A...

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

    blog.groupdocs.com/id/tag/online-watermark/inde...
  2. How to Watermark on GroupDocs Blog | Document A...

    How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java De......How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java De...

    blog.groupdocs.com/id/tag/how-to-watermark/inde...
  3. Invisible Watermarking on GroupDocs Blog | Docu...

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

    blog.groupdocs.com/id/tag/invisible-watermarkin...
  4. Watermark Files on GroupDocs Blog | Document Au...

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

    blog.groupdocs.com/id/tag/watermark-files/index...
  5. 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....background Images Using GroupDocs.Watermark, you can also watermark...

    docs.groupdocs.com/watermark/java/working-with-...
  6. 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....particular section Using GroupDocs.Watermark, you can add watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications....This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications.

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  8. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.

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

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

    docs.groupdocs.com/watermark/java/load-from-loc...
  10. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet.

    docs.groupdocs.com/watermark/java/shapes-in-spr...