Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,558 for

font

(0.11 sec)
  1. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed Fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Render to HTML / Exclude fonts Exclude fonts Leave feedback By default...GroupDocs.Viewer embeds the fonts used in the document into HTML...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  2. Text in hindi not getting represented correctly...

    PDFs generated via Hindi Test .pdf (18.1 KB) HindiTest.docx (13.4 KB) document generation display spelling mistakes in Hindi text when the document template uses the ‘Nirmala UI’ Font. While the DOCX version renders t…...template uses the ‘Nirmala UI’ font. While the DOCX version renders...incorrect spellings, indicating a font rendering issue specific to...

    forum.groupdocs.com/t/text-in-hindi-not-getting...
  3. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....range of text settings - from font name, size and color to alignment...Text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/esign-document...
  4. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks 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/result-...
  5. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...path) as watermarker: font = gww.Font('Helvetica', 12.0) watermark...\n{FILE_ID}\n{DISCLAIMER}', font) watermark.foreground_color...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  6. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API.... Potm, Pptm, Ppsm A default font for rendering the presentation...following font will be used if a presentation font is missing...

    docs.groupdocs.com/conversion/net/load-presenta...
  7. GroupDocs.Editor for .NET 26.3 – March 2026 Rel...

    GroupDocs.Editor for .NET 26.3 adds TTC Font support, PPT/PPS text handling, new CSS properties, and bug fixes....support of TrueType Collection font EDITORNET-3020 New feature Add...a TrueType Collection (TTC) font and implements the FontResourceBase...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....introduces TrueType Collection font support, improved PPT/PPS handling...iCalendar (ICS) conversion, enhanced font substitution, fixes email and...

    blog.groupdocs.com/
  9. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to PDF the Font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the Font, this causes…...Converting to PDF - Embed Fonts GroupDocs.Conversion Product...that when converting to PDF the font should get embedded? Please...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...
  10. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....docx" ) as watermarker : font = gww . Font ( "Arial" , 36.0 ) watermark...TextWatermark ( "top secret" , font ) watermark . foreground_color...

    docs.groupdocs.com/watermark/python-net/add-text/