Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,608 for

font

(0.69 sec)
  1. Set custom fonts | GroupDocs

    This article explains how to set custom Fonts when rendering documents with GroupDocs.Viewer within your Java applications....documents / Set custom fonts Set custom fonts Leave feedback Many...formats are tightly bounded with fonts. For example, when user adds...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  2. list all fonts on GroupDocs Blog | Document Aut...

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

    blog.groupdocs.com/id/tag/list-all-fonts/index.xml
  3. font support on GroupDocs Blog | Document Autom...

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

    blog.groupdocs.com/cs/tag/font-support/index.xml
  4. 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-...
  5. 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...
  6. 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...
  7. Is it possible to set a 'FallbackFont' - Free S...

    Is it possible to set a default fallback Font when converting to PDF? I am aware of the DefaultFont property on certain LoadOptions classes. My use case that is that I have “try anything to convert” method which does n…...possible to set a default fallback font when converting to PDF? I am...the document is using Calibri font which is not available on a...

    forum.groupdocs.com/t/is-it-possible-to-set-a-f...
  8. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....A default font for Note document. The specified font will be used...used if a font is missing. An absolute path to the font file must...

    docs.groupdocs.com/conversion/net/load-note-doc...
  9. font support on GroupDocs Blog | Document Autom...

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

    blog.groupdocs.com/vi/tag/font-support/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...