Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 508 for

custom fonts

(0.06 sec)
  1. 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....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Discover how to implement custom fonts in GroupDocs.Watermark for...

    blog.groupdocs.com/th/page/2/
  3. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Discover how to implement custom fonts in GroupDocs.Watermark for...

    blog.groupdocs.com/th/groupdocs.blog/page/2/
  4. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....app About About Us Contact Customers Legal Security Events Acquisition...- watermark text - watermark font name - watermark color - watermark...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  5. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....app About About Us Contact Customers Legal Security Events Acquisition...Combining Multiple Criteria Specify Font Formatting to Look for Matching...

    docs.groupdocs.com/watermark/python-net/feature...
  6. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Do not copy" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  7. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....app About About Us Contact Customers Legal Security Events Acquisition...an artifact watermark" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/java/watermarks-in...
  8. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....app About About Us Contact Customers Legal Security Events Acquisition...message is written using a bold font to make it more apparent. Consider...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  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 GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 36 , FontStyle ...

    docs.groupdocs.com/watermark/java/basic-usage/
  10. Sign document with ordering the signatures | Do...

    This article shows how to create electronic signatures with specific ordering on the document page...app About About Us Contact Customers Legal Security Events Acquisition...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-document-...