Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,490 for

font

(0.04 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....Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...<i> Text with Italic font is surrounded by <i> tag <h1> – <h6>...

    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....Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...<i> Text with Italic font is surrounded by <i> tag <h1> – <h6>...

    docs.groupdocs.com/parser/net/features-overview/
  3. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default Fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....in PDF documents and default fonts in diagram documents. Check...hide PDF layers Set default font when rendering diagram documents...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  4. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....pages Set custom fonts Replace missing font Save output to a...

    docs.groupdocs.com/viewer/java/rendering-docume...
  5. 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...underlines, strike-throughs, and font types. Apply/Reject changes...

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

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....APIs example usage Open-source font-end project ready to be used...

    docs.groupdocs.com/merger/
  7. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....get; set; } Sets the default font for a document. EmailOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  8. 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.... Font ( 'Arial' , 36 )); watermark...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  9. 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....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); EmailLoadOptions...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. 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....background color, text color, and font. Updated on 10 May 2022 English...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...