Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 508 for

custom font

(0.03 sec)
  1. 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/
  2. Features Overview | Documentation

    a feature-rich document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse 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/net/features-overview/
  3. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...app About About Us Contact Customers Legal Security Events Acquisition...underlines, strike-throughs, and font types. Apply/Reject changes...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  4. GroupDocs.Merger Product Family | Documentation

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....app About About Us Contact Customers Legal Security Events Acquisition...APIs example usage Open-source font-end project ready to be used...

    docs.groupdocs.com/merger/
  5. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....app About About Us Contact Customers Legal Security Events Acquisition...new groupdocs . watermark . Font ( 'Arial' , 36 )); watermark...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  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...