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

font

(0.54 sec)
  1. 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/
  2. 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...
  3. 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/tr/tag/replace-font/index.xml
  4. 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...
  5. Converting a multi-tab XLSX to HTML causes Dire...

    We have groupdocs conversion for java deployed in a docker container running in kubernetes. Anytime we try to convert a spreadsheet with more than one tab, it blows up with the below exception. This occurs everytime an…...Define base image with Java and fonts FROM eclipse-temurin:21.0.8_9-jre-alpine...Install fonts # See https://wiki.alpinelinux.org/wiki/Fonts # Microsoft...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  6. 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/zh-hant/tag/font-substitutio...
  7. 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...
  8. 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
  9. 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...
  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...