Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 839 for

custom font watermark

(0.05 sec)
  1. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/editor/python-net/_sample_fi...
  2. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/editor/python-net/_sample_fi...
  3. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/editor/python-net/_sample_fi...
  4. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  5. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. Sample Document ver.1

    Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and finally normal again. Now strikethrough, then double strikethrough, and underscore differently - with ......Arial font. This sentence is normal (Calibri), but font is drawn...little. This sentence has a 12pt font size. It has a superscript and...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  7. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...Support Benefits To give all customers the best possible support...work hard to respond to our customers as quickly as possible. No...

    forum.groupdocs.com/t/free-support-policies/6034
  8. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Watermark for Node.js via Java....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/nodejs-java/featur...
  9. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  10. 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....Watermark Product Solution GroupDocs...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/watermark/java/add-watermark...