Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 5,936 for

groupdocs.watermark,

(0.18 sec)
  1. Custom Fonts on GroupDocs Blog | Document Autom...

    Custom Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Custom Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......Custom Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Custom Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...

    blog.groupdocs.com/ar/tag/custom-fonts/index.xml
  2. Custom Watermark on GroupDocs Blog | Document A...

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

    blog.groupdocs.com/ar/tag/custom-watermark/inde...
  3. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro...

    blog.groupdocs.com/es/categories/index.xml
  4. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more.

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  5. Working with worksheet headers and footers | Gr...

    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. Create Watermark on GroupDocs Blog | Document A...

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

    blog.groupdocs.com/th/tag/create-watermark/inde...
  7. 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......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...

    blog.groupdocs.com/th/tag/image-watermark/index...
  8. Text Watermark on GroupDocs Blog | Document Aut...

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

    blog.groupdocs.com/th/tag/text-watermark/index.xml
  9. Version 26.1 on GroupDocs Blog | Document Autom...

    Version 26.1 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Version 26.1 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......Version 26.1 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Version 26.1 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...

    blog.groupdocs.com/ru/tag/version-26.1/index.xml
  10. Add watermarks to email attachments | 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....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...