Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,387 for

font

(0.13 sec)
  1. font substitution on GroupDocs Blog | Document ...

    Font substitution on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Font substitution on GroupDocs Blog | Document Automation Solutions for .NET & Java ......font substitution on GroupDocs Blog | Document Automation Solutions...Developers Recent content in font substitution on GroupDocs Blog...

    blog.groupdocs.com/ar/tag/font-substitution/ind...
  2. replace font on GroupDocs Blog | Document Autom...

    replace Font on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in replace Font on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......replace font on GroupDocs Blog | Document Automation Solutions...Developers Recent content in replace font on GroupDocs Blog | Document...

    blog.groupdocs.com/zh-hant/tag/replace-font/ind...
  3. Loading Custom Fonts using C# in Windows and Li...

    I had the same problem, is there anyway to load custom Font file(*.ttf)? Product Version: GroupDocs.Watermark for NET 23.7.1...Loading Custom Fonts using C# in Windows and Linux GroupDocs...there anyway to load custom font file(*.ttf)? Product Version:...

    forum.groupdocs.com/t/loading-custom-fonts-usin...
  4. fonts on GroupDocs Blog | Document Automation S...

    Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Vie......fonts on GroupDocs Blog | Document Automation Solutions for ...Developers Recent content in fonts on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/fonts/index.xml
  5. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...check if you have the particular font type “Harvey Balls” on your...(86.7 KB) contains 5 different font families: ‘Messina Sans Book’...

    forum.groupdocs.com/t/different-visualization-t...
  6. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Initialize the font to be used for watermark Font font = new Font ( "Arial"...TextWatermark ( "Test watermark" , font ); // Set watermark properties...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  7. Adding text watermarks | GroupDocs

    Add text watermarks to pages, worksheets, slides or frames using Python via .NET....pdf" ) as watermarker : font = gww . Font ( "Arial" , 19.0 , gww...TextWatermark ( "Test watermark" , font ) watermark . foreground_color...

    docs.groupdocs.com/watermark/python-net/adding-...
  8. extracting fonts on GroupDocs Blog | Document A...

    extracting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extracting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java De......extracting fonts on GroupDocs Blog | Document Automation Solutions...Recent content in extracting fonts on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/extracting-fonts/inde...
  9. getting fonts on GroupDocs Blog | Document Auto...

    getting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......getting fonts on GroupDocs Blog | Document Automation Solutions...Developers Recent content in getting fonts on GroupDocs Blog | Document...

    blog.groupdocs.com/id/tag/getting-fonts/index.xml
  10. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the Font to be used for watermark Font Font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", Font); // Set watermark properties watermark....Initialize the font to be used for watermark Font font = new Font ( "Arial"...TextWatermark ( "Test watermark" , font ); // Set watermark properties...

    docs.groupdocs.com/watermark/java/adding-text-w...