Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 940 for

custom fonts

(0.8 sec)
  1. Watermarks in Word document | GroupDocs

    This article explains how to add watermarks in word processing document in Java....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); //Some settings...

    docs.groupdocs.com/watermark/java/watermarks-in...
  2. Features Overview | GroupDocs

    Comprehensive overview of GroupDocs.Parser for .NET features including text extraction, metadata extraction, image extraction, template-based parsing, and PDF form data extraction from 50+ document formats....app About About Us Contact Customers Legal Security Events Acquisition...Hyperlinks <b> Text with Bold font is surrounded by <b> tag <i>...

    docs.groupdocs.com/parser/net/features-overview/
  3. GroupDocs.Viewer for .NETでフォントを扱う

    使用されているフォントの一覧を取得し、欠落しているフォントを指定または置き換え、フォントを除外する方法を学びます。...= new Viewer(inputPath)) { Fonts.IFontInfo[] allFonts = viewer...GetAllFonts(); Console.WriteLine( "{0} fonts found in the '{1}' document"...

    blog.groupdocs.com/ja/viewer/working-with-fonts/
  4. Convert DOCX to JPG in C#

    Learn how to Convert DOCX to JPG in C# and perform DOCX to JPG conversion using C# with GroupDocs.Conversion, providing step‑by‑step guidance for developers today!!... It also supports customizing DPI and color depth to match...elements, embedded graphics, and font rendering, ensuring that the...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  5. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using GroupDocs.Watermark....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); textWatermark...

    docs.groupdocs.com/watermark/net/adding-waterma...
  6. השוואת גליונות Excel: ניתוח מתקדם תא‑בתא עם C#

    למד כיצד להשוות גיליונות Excel בצורה מתוכנתת באמצעות GroupDocs.Comparison עבור .NET. מדריך זה מדגים השוואה תא‑ב‑תא, סגנון מותאם אישית, דפי סיכום ובקרות נראות מתקדמות להשוואת מסמכי Excel ב‑C#.... Customize Styling for Clarity 3. Generate...advanced cell-by-cell analysis, custom styling, and comprehensive...

    blog.groupdocs.com/he/comparison/compare-excel-...
  7. Install GroupDocs.Comparison for Python via .NE...

    Install GroupDocs.Comparison for Python via .NET from PyPI or a downloaded wheel, including the native dependencies required on Linux and macOS....app About About Us Contact Customers Legal Security Events Acquisition...dependencies is needed for graphics and font rendering. Install from PyPI...

    docs.groupdocs.com/comparison/python-net/gettin...
  8. Saving EditableDocument to stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument, including saving the HTML markup and the accompanying resources using GroupDocs.Editor for Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...><SPAN class="Default_Paragraph_Font text001">Title of the docum...

    docs.groupdocs.com/editor/python-net/saving-edi...
  9. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); SpreadsheetWatermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "top secret" , new Font ( "Arial" , 36 )) watermark...

    docs.groupdocs.com/watermark/java/migration-notes/