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

font

(0.37 sec)
  1. 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...
  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. 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/vi/tag/font-substitution/ind...
  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 Bekerja denga......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. eSign Document with Text Signature | GroupDocs

    This article explains how to sign a document with Text signature using GroupDocs.Signature for Python via .NET API. Learn how to add a digital signature to a PDF programmatically in Python....range of text settings - from font name, size and color to alignment...text_options . font = gsd . SignatureFont () text_options . font . size...

    docs.groupdocs.com/signature/python-net/esign-d...
  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. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, Font handling, and more....configure font handling for vector images, or control font folder...set;) DefaultFont string Default font for PSD, EMF, WMF images containing...

    docs.groupdocs.com/conversion/net/load-image-do...
  9. 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...
  10. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....A default font for PDF 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-pdf-docu...