Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 801 for

custom fonts

(0.1 sec)
  1. Features Overview | GroupDocs

    Comprehensive overview of GroupDocs.Parser for .NET features including text extraction, metadata extraction, image extraction, template-based parsing, and PDF form data extraction from 50+ document formats....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/
  2. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition... Color . red and fragment . font . family_name == "Arial" : page...

    docs.groupdocs.com/watermark/python-net/existin...
  3. GroupDocs.Viewer for .NETでフォントを扱う

    使用されているフォントの一覧を取得し、欠落しているフォントを指定または置き換え、フォントを除外する方法を学びます。...= new Viewer(inputPath)) { Fonts.IFontInfo[] allFonts = viewer...GetAllFonts(); Console.WriteLine( "{0} fonts found in the '{1}' document"...

    blog.groupdocs.com/ja/viewer/working-with-fonts/
  4. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....app About About Us Contact Customers Legal Security Events Acquisition...an artifact watermark" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  5. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....app About About Us Contact Customers Legal Security Events Acquisition...- watermark text - watermark font name - watermark color - watermark...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  6. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....app About About Us Contact Customers Legal Security Events Acquisition...Combining Multiple Criteria Specify Font Formatting to Look for Matching...

    docs.groupdocs.com/watermark/python-net/feature...
  7. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to slides with simple or advanced settings using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , gww . Font ( "Arial" , 8.0 )) text_opts...

    docs.groupdocs.com/watermark/python-net/add-wat...
  8. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/net/load-document-...
  9. 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....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...
  10. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents....app About About Us Contact Customers Legal Security Events Acquisition...an artifact watermark" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/java/watermarks-in...