Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 31,805 for

groupdocs.watermark

(0.08 sec)
  1. Protect and Unprotect Word Documents with Water...

    Another monthly release of Groupdocs.watermark for Java is onboard. Groupdocs.watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....Another monthly release of GroupDocs.Watermark for Java is onboard.... GroupDocs.Watermark for Java 18.6 supports locking of watermarks...

    blog.groupdocs.com/watermark/protect-word-docum...
  2. Technical Support | Documentation

    Groupdocs.watermark for Python provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/python-net/technic...
  3. Getting Started | Documentation

    In this manual, you will learn about the installation, basic features, licensing, system requirements, supported platforms of Groupdocs.watermark for Node.js via Java...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/gettin...
  4. Advanced usage | Documentation

    Learn about Groupdocs.watermark advanced usage and its multiple powerful features like document watermark customization, loading documents from different sources etc....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/advanc...
  5. Adding watermarks | Documentation

    Groupdocs.watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported document format using Groupdocs.watermark consists of some easy steps. Following are the steps to add a watermark to a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/java/adding-waterm...
  6. Lock Watermark in Word Documents using GroupDoc...

    Groupdocs.watermark for .NET 18.6 has been released and it is available for download. The latest version has come with the feature of locking watermarks in Word documents. Furthermore, it also provides the ability to protect/unprotect the Word documents. Please continue to read more about the features added in version 18.6. How to Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....GroupDocs.Watermark for .NET 18.6 has been released and it is...deal with such cases, GroupDocs.Watermark provides 5 variants of...

    blog.groupdocs.com/watermark/lock-watermark-in-...
  7. Licensing and evaluation | Documentation

    Free watermark API version is available to evaluate the API which will be similar as licensed but with a few limitations....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

    docs.groupdocs.com/watermark/net/evaluation-lim...
  8. 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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...GroupDocs Documentation / GroupDocs.Watermark Product Family / GroupDocs...

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

    docs.groupdocs.com/watermark/net/basic-usage/
  10. Lock Watermark in Word Documents using GroupDoc...

    Groupdocs.watermark for .NET 18.6 has been released and it is available for download. The latest version has come with the feature of locking watermarks in Word documents. Furthermore, it also provides the ability to protect/unprotect the Word documents. Please continue to read more about the features added in version 18.6. How to Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....GroupDocs.Watermark for .NET 18.6 has been released and it is...deal with such cases, GroupDocs.Watermark provides 5 variants of...

    blog.groupdocs.com/watermark/lock-watermark-in-...