Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 35,513 for

watermark

(0.05 sec)
  1. Update watermarks | Documentation

    This article shows how to update existing text or image Watermarks....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  2. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile Watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...(>1MB) after tile watermarking GroupDocs.Watermark Product Family...Family watermark artempenteskul December 15, 2024, 4:53pm 1 Hey, I’ve...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  3. 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...
  4. GroupDocs.Watermark Product Family

    Find answers about manipulating text and image Watermarks in different files using code on any platform....Watermark Product Family GroupDocs.Merger...Product Family GroupDocs.Watermark Product Family Find answer...

    kb.groupdocs.com/watermark/page/2/
  5. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of new features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as Watermark....signature on a document as watermark. For better performance, the...Words Signatures Implement watermark feature for text signature...

    blog.groupdocs.com/signature/groupdocs.signatur...
  6. Restrict Searchable Objects using GroupDocs.Wat...

    Here we have another monthly release of GroupDocs.Watermark for .NET API. You can now improve search performance by specifying the objects that you want to include in Watermark search. Furthermore, from now on you can use your Dynabic.Metered account to run the API in licensed mode. Let’s have a quick overview of the new features of GroupDocs.Watermark for .NET 17.8.0. Restrict Searchable Objects - Improve Performance GroupDocs.Watermark for .NET 17....Watermark for .NET API. You can now...that you want to include in watermark search. Furthermore, from...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  7. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for .NET...

    docs.groupdocs.com/watermark/net/supported-docu...
  8. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing Watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/product...
  9. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....illegal use, we can use watermarking. In this article, we will...apply text and image-based watermarks to the presentations or specific...

    blog.groupdocs.com/categories/groupdocs.waterma...
  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 concepts of the GroupDocs.Watermark API: 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 .NET...

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