Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 31,853 for

groupdocs.watermark

(0.08 sec)
  1. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with Groupdocs.watermark....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  2. Add watermarks to images | Documentation

    Add watermark to photos or multi-framed images using c#....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Image Watermark on GroupDocs Blog | Document Au...

    Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......berbasis AI menggunakan GroupDocs.Watermark. Pelajari cara menambahkan...file menggunakan API GroupDocs.Watermark untuk perlindungan konten...

    blog.groupdocs.com/id/tag/image-watermark/index...
  4. Protect Documents on GroupDocs Blog | Document ...

    Protect Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Protect Documents on GroupDocs Blog | Document Automation Solutions for .NET & Java ......berbasis AI menggunakan GroupDocs.Watermark. Pelajari cara menambahkan...file menggunakan API GroupDocs.Watermark untuk perlindungan konten...

    blog.groupdocs.com/id/tag/protect-documents/ind...
  5. Add Watermark on GroupDocs Blog | Document Auto...

    Add Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......berbasis AI menggunakan GroupDocs.Watermark. Pelajari cara menambahkan...file menggunakan API GroupDocs.Watermark untuk perlindungan konten...

    blog.groupdocs.com/id/tag/add-watermark/index.xml
  6. Add watermarks to diagram documents | Documenta...

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

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/working-with-s...
  8. 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...
  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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

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