Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 5,343 for

values

(0.12 sec)
  1. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/searching-for...
  3. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for Java."... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/add-search-t...
  4. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/add-image-an...
  5. Technical Support | GroupDocs

    GroupDocs.Editor for Node.js provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/nodejs-java/technical...
  6. Common List Image in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft PowerPoint Document Creating a Common List Image Please follow below steps to create Common List Template in MS PowerPoint 2013: Create a new presentation slide. Add two shapes to hold pictures and name. Save your Document.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/common-list-im...
  7. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML Document Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML Document Reporting Requirement As a report developer, you are required to represent managers’ contract information with the following key requirements:... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. How to save document with password | GroupDocs

    This article explains how to save document with password protection.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/save-signed-do...
  9. Load document from stream | GroupDocs

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/java/load-documen...
  10. קורא קוד QR באמצעות Java | סרוק קוד QR מתמונה

    כיצד לסרוק קודי QR באמצעות Java בתוך האפליקציה. דוגמה של Java שקוראת QR Code מתמונה שתעזור לך לבנות סורק QR מקוון....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/he/parser/scan-qr-code-using...