Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,113 for

groupdocs.watermark,

(0.15 sec)
  1. Getting started | Documentation

    Features overview Supported formats System requirements Installation Licensing and evaluation How to run examples Launch in operating systems other than windows “Hello, world!” example...Features overview Supported formats System requirements Installation Licensing and evaluation How to run examples Launch in operating systems other than windows “Hello, world!” example

    docs.groupdocs.com/watermark/net/getting-started/
  2. Hello, world! | Documentation

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Get started with GroupDocs.Watermark for .NET by creating and running a minimal example.

    docs.groupdocs.com/watermark/net/hello-world/
  3. Watermarks in Word document | Documentation

    This article explains how to add watermarks in word processing document in Java....This article explains how to add watermarks in word processing document in Java.

    docs.groupdocs.com/watermark/java/watermarks-in...
  4. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.

    docs.groupdocs.com/watermark/python-net/feature...
  5. Working with worksheet headers and footers | Do...

    This article explains how to work with worksheet headers and footers while using GroupDocs watermarking Java API...header and footer Using GroupDocs.Watermark, you can also clear a...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Features Overview | Documentation

    GroupDocs.Watermark for Java API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....GroupDocs.Watermark for Java API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.

    docs.groupdocs.com/watermark/java/features-over...
  7. Customize watermarks | Documentation

    This article shows how to adjust text or image watermarks to your needs....This article shows how to adjust text or image watermarks to your needs.

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  8. Fonts on GroupDocs Blog | Document Automation S...

    Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Používání vla......využívat vlastní písma v GroupDocs.Watermark, abyste zajistili konzistenci...

    blog.groupdocs.com/cs/tag/fonts/index.xml
  9. Advanced usage | Documentation

    Learn about GroupDocs.Watermark advanced usage and its multiple powerful features like document watermark customization, loading documents from different sources etc....Learn about GroupDocs.Watermark advanced usage and its multiple powerful features like document watermark customization, loading documents from different sources etc.

    docs.groupdocs.com/watermark/nodejs-java/advanc...
  10. 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....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.

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