Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 608 for

custom font

(0.03 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. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....app About About Us Contact Customers Legal Security Events Acquisition...Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...

    docs.groupdocs.com/parser/java/features-overview/
  3. How to Sign PDF Document with QR Code in C#

    Easily generate QR Code in C# by following this guide and review the process to sign PDF document with QR Code in C# without a third-party tool.... However, you can customize the QR-Code by setting the...background color, text color, and font. Updated on 10 May 2022 English...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  4. Excluding Fonts from Output HTML using GroupDoc...

    We are excited to release another monthly release, version 17.9, of GroupDocs.Viewer for .NET. This version allows you excluding Fonts from HTML representation of the document and saving them as external resources. Also, we have extended the support of responsive HTML for MS Visio documents, SVG images, MS Word documents, Open Office Text and Rich Text document format. The latest version also includes some important bug fixes for the issues found in prior releases....version allows you excluding fonts from HTML representation of...Excluding Fonts when Rendering to HTML # Embedded fonts increase...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  5. Integrate Watermarking in Node.js Applications

    Follow our guide to easily implement watermarking in your Node.js projects with feature-rich GroupDocs.Watermark for Node.js API....Customizable Watermarks : Customize the appearance of your watermarks...watermarks, including font, color, size, transparency, and rotation...

    blog.groupdocs.com/watermark/integrate-watermar...
  6. Render RTF as PDF using Python

    You can render RTF as PDF using Python to convert rich text files into professional, shareable documents. This approach lets you create PDF from RTF in Python effortlessly....styled text files that include fonts, tables, and formatting elements...can be easily integrated into custom software, business applications...

    kb.groupdocs.com/viewer/python/render-rtf-as-pd...
  7. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class...app About About Us Contact Customers Legal Security Events Acquisition...of the text block (like font name, font size etc.) The collection...

    docs.groupdocs.com/parser/net/working-with-data...
  8. How to install Asian Fonts on CentOS | Document...

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....app About About Us Contact Customers Legal Security Events Acquisition...install Asian Fonts on CentOS How to install Asian Fonts on CentOS...

    docs.groupdocs.com/viewer/java/how-to-install-a...
  9. How to install Asian Fonts on CentOS | Document...

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....app About About Us Contact Customers Legal Security Events Acquisition...install Asian Fonts on CentOS How to install Asian Fonts on CentOS...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  10. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc....selected pages of the document, customizing the size, position, and appearance...as position, size, opacity, font, etc. Add watermark to the document...

    blog.groupdocs.com/watermark/add-watermark-to-a...