Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 864 for

custom fonts

(2.42 sec)
  1. 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....app About About Us Contact Customers Legal Security Events Acquisition...Initialize the font to be used for watermark Font font = new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. 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...
  3. 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...
  4. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....app About About Us Contact Customers Legal Security Events Acquisition...watermarks by text formatting such as font, size, and color ranges. import...

    docs.groupdocs.com/watermark/python-net/searchi...
  5. 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/
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Discover how to implement custom fonts in GroupDocs.Watermark for...

    blog.groupdocs.com/th/groupdocs.blog/page/13/
  7. Add watermark | GroupDocs

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....app About About Us Contact Customers Legal Security Events Acquisition...- watermark text - watermark font name - watermark color - watermark...

    docs.groupdocs.com/conversion/net/add-watermark/
  8. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition... Color . red and fragment . font . family_name == "Arial" : page...

    docs.groupdocs.com/watermark/python-net/existin...
  9. 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/
  10. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...app About About Us Contact Customers Legal Security Events Acquisition...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/java/sign-document...