Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 49,302 for

(c )

(3.08 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.... Ex: "C:\\Docs\\message.msg" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Capture Electronic Signatures from within Your ...

    We are glad to announce the release of the GroupDocs Signature for .NET Library. The library is developed based on our online signature app and enables developers to easily add electronic signature capabilities to their own ASP.NET, C#/VB.NET applications. It’s a one-stop-shop solution, which includes all the necessary controls for a complete, legally-binding electronic signature workflow. Key features include: Electronic Signature Capture Control Users can sign documents either by uploading a scanned copy of their signature, or by drawing it right in a web-browser with a mouse....NET, C#/VB.NET applications. It’s a one-stop-shop...

    blog.groupdocs.com/signature/capture-electronic...
  3. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....See Also # Scan QR Code using C# Online Scan QR Code Image Barcode...

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  4. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....shows how get the desired result C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  5. Add point annotation | GroupDocs

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....shows how to add to the document: C# //Add point annotation to the...

    docs.groupdocs.com/annotation/net/add-point-ann...
  6. Replace missing font | GroupDocs

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your .NET applications....to set the default font name: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/replace-missing-f...
  7. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....shows how to add to the document: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/add-image-ann...
  8. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for .NET....shows how to add to the document: C# //Add resource redaction annotation...

    docs.groupdocs.com/annotation/net/add-resource-...
  9. Specify the JPEG image quality | GroupDocs

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...quality in the output PDF document: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  10. Get changes coordinates | GroupDocs

    This article explains how to obtain coordinates for detected changes at a document pages preview when compare documents with GroupDocs.Comparison for .NET...documents with specific options: C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-changes-c...