Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 2,411 for

font

(0.2 sec)
  1. 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...
  2. 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/cs/tag/font-substitution/ind...
  3. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom Fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....is the ability to use custom fonts, enabling developers to incorporate...we’ll explore how to use custom fonts that are not installed on the...

    blog.groupdocs.com/watermark/using-custom-fonts...
  4. 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/tr/tag/font-substitution/ind...
  5. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all Fonts, used in the document, loaded to the GroupDocs.Viewer for Java...used fonts in the loaded document Getting all used fonts in the...able to collect and return all fonts, which are used inside the document...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  6. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used Fonts, specify or replace missing Fonts, exclude Fonts...中國傳統的 3 different font families with all their font styles: regular...Getting all used fonts Processing the missing fonts Specifying missing...

    blog.groupdocs.com/viewer/working-with-fonts/
  7. 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...
  8. List of Fonts Group Docs provide for PDF Conver...

    I want to know the list of Fonts that Groupdocs will provide for PDF Generation...List of Fonts Group Docs provide for PDF Conversion GroupDocs...I want to know the list of Fonts that Groupdocs will provide...

    forum.groupdocs.com/t/list-of-fonts-group-docs-...
  9. HTML to document conversion not happening with ...

    Hi, We are having a styled HTML which when downloaded looks odd. We use html to word conversion api from groupdocs and its failing.Can you please check? Image of data shown in text editor: image.png (30.6 KB) Actual …...auto;"> <h1 style="font-size: 24px; font-weight: 700; line-height:...style="display: block; color: #656565; font-size: 16px; line-height: 24px;...

    forum.groupdocs.com/t/html-to-document-conversi...
  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...