Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 2,557 for

font

(0.68 sec)
  1. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Python via .NET. 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/python-net/featur...
  2. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/load-document...
  3. Load custom fonts | GroupDocs

    This article explains how to load custom Fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Loading / Load custom fonts Load custom fonts Leave feedback On this...contain non-standard fonts. To connect custom fonts and compare documents...

    docs.groupdocs.com/comparison/python-net/load-c...
  4. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Linux, install libgdiplus and font packages. Review the for method-specific...

    docs.groupdocs.com/parser/python-net/errors-and...
  5. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/load-from-str...
  6. GroupDocs.Conversion Releases on GroupDocs Blog...

    GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation So......konversi iCalendar, penanganan font yang ditingkatkan, serta kepatuhan...

    blog.groupdocs.com/id/categories/groupdocs.conv...
  7. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj ExeFont Formatting Source Sans Pro Light...text formatted in different fonts, sizes and colors. Very different...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  8. GroupDocs.Annotation Product Family

    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....in Slides document along with font family support. Moreover, few...annotation for Slides document Font family support for TextReplacement...

    blog.groupdocs.com/categories/groupdocs.annotat...
  9. Features Overview | GroupDocs

    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/
  10. Add watermarks to email attachments | GroupDocs

    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...