Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 5,177 for

values

(0.1 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. Set a Password for the Resultant Document | Gro...

    Apply a password to the comparison result document so only authorised users can open it, using GroupDocs.Comparison for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/develo...
  3. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  4. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/add-document-to-p...
  5. Loading Documents | GroupDocs

    Load documents into GroupDocs.Merger for Python via .NET from a local file path, a Python stream, or a password-protected file using the Merger class constructors and LoadOptions.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/developer-...
  6. 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...
  7. Load document from URL | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/load-document...
  8. Add button component | GroupDocs

    The page describes how to add button component to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-button-co...
  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...