Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 34,763 for

groupdocs.watermark

(0.93 sec)
  1. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using Groupdocs.watermark API for enterprise content protection....special Python tool called GroupDocs.Watermark that does all the hard...import groupdocs.watermark as gw import groupdocs.watermark.watermarks...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  2. Release Notes on GroupDocs Blog | Document Auto...

    Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...... GroupDocs.Watermark لـ Node.js 26.1 – أبرز...استكشف أحدث التحسينات في GroupDocs.Watermark لـ Node.js 26.1، المتاحة...

    blog.groupdocs.com/ar/tag/release-notes/index.xml
  3. Release Notes on GroupDocs Blog | Document Auto...

    Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope...... GroupDocs.Watermark for Node.js 26.1 – ינואר...השיפורים האחרונים ב‑GroupDocs.Watermark עבור Node.js 26.1, הזמינים...

    blog.groupdocs.com/he/tag/release-notes/index.xml
  4. Adding text watermarks | GroupDocs

    The Groupdocs.watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  5. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark for Java can add watermarks in PDF documents....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

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

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

    This article explains how to load password-protected document while using GroupDocs. Watermarks API....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/load-password-...
  9. Adding image watermarks | GroupDocs

    Groupdocs.watermark API supports adding the following image file types as image watermark...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/adding-image-w...
  10. Add watermarks to PDF documents | GroupDocs

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

    docs.groupdocs.com/watermark/net/add-watermarks...