Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 563 for

custom font

(0.19 sec)
  1. Product Overview | Documentation

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....app About About Us Contact Customers Legal Security Events Acquisition...watermarks, revisions, etc.; Customize annotations of each type,...

    docs.groupdocs.com/annotation/java/product-over...
  2. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....app About About Us Contact Customers Legal Security Events Acquisition...Specify the default font to use if a document font is missing. Specifies...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  3. 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...
  4. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...darmovzal It can be font-related issue. Can you please...I have permission from the customer to forward the document to...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  5. 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/
  6. 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...
  7. 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...
  8. 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/
  9. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....app About About Us Contact Customers Legal Security Events Acquisition...watermarks by text formatting (font, color, etc.). Set background...

    docs.groupdocs.com/watermark/python-net/product...
  10. 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/