Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 81 for

save watermark info

(0.05 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage Watermarks in the document (instead of Documentclass from previous versions). Adding Watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage Watermarks. Document Information and preview generation procedures were simplified....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/migration-notes/
  2. Add watermarks to email attachments | Documenta...

    The API allows you to add Watermark to email attachments (all the attachments of supported types in an email message)...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage Watermarks in the document (instead of Document class from previous versions). Adding Watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage Watermarks. Document Information and preview generation procedures were simplified....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/migration-notes/
  4. Add watermarks to email attachments | Documenta...

    The API allows you to add Watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_Watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark Watermark = new TextWatermark("Test Watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker Watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = Watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

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

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/Watermark/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/waterma......com/watermark/nodejs-java/technical-support/weekly0...5https://docs.groupdocs.com/watermark/python-net/technical-support/weekly0...

    docs.groupdocs.com/sitemaps/watermark.xml
  6. Add watermarks to PDF documents | Documentation

    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....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. 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...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs Watermarking API...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/working-with-s...
  9. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs Watermarking Java API...Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different Watermark types such as TextWatermark, ImageWatermark. These Watermarks could be added to documents, updated, removed, or searched inside already Watermarked documents. Our product also provides Information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/basic-usage/