Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 801 for

custom fonts

(0.32 sec)
  1. Watermarks in PDF document | GroupDocs

    Add watermarks as XObjects, Artifacts, and Annotations using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...artifact watermark" , gww . Font ( "Arial" , 8.0 )) text_watermark...

    docs.groupdocs.com/watermark/python-net/waterma...
  2. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....app About About Us Contact Customers Legal Security Events Acquisition...and background settings ( ) font and colors ( , ) Here are the...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Save document to the same file or stream | Grou...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  4. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks Java API....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/load-from-loc...
  5. 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...
  6. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using Java....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our Customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of new features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document comparison experience....meet the requirements of our customers. Therefore, today, we are...Add support of comparing Text Font in Watermarks Add support for...

    blog.groupdocs.com/comparison/introducing-group...
  8. GroupDocs.Viewer for Java 26.3 – Випуск березня...

    GroupDocs.Viewer for Java 26.3 виправляє критичні помилки рендерингу, підвищує продуктивність і додає нові параметри заповнювача слайдів — тепер доступні через Maven....Incorrect rendering of arabic fonts when converting DOCX to PDF...during saving PDF to HTML when custom DefaultFontName is applied...

    blog.groupdocs.com/uk/viewer/groupdocs-viewer-f...
  9. Add watermark annotation | GroupDocs

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for Java....app About About Us Contact Customers Legal Security Events Acquisition...defines the font of the annotation text defines the text font size allows...

    docs.groupdocs.com/annotation/java/add-watermar...
  10. 在 GroupDocs.Viewer for .NET 中使用字体

    Learn how to get list of used Fonts, specify or replace missing Fonts, exclude Fonts 了解如何获取使用的字体列表,指定或替换缺失的字体,排除字体...= new Viewer(inputPath)) { Fonts.IFontInfo[] allFonts = viewer...GetAllFonts(); Console.WriteLine( "{0} fonts found in the '{1}' document"...

    blog.groupdocs.com/zh/viewer/working-with-fonts/