Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 563 for

custom fonts

(0.05 sec)
  1. 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...
  2. Add text field annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-text-fie...
  3. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for Java...app About About Us Contact Customers Legal Security Events Acquisition...setForeColor ( Color . RED ); // setup Font options signOptions . getFont...

    docs.groupdocs.com/signature/java/migration-notes/
  4. GroupDocs.Watermarkにおけるカスタムフォント - 実装ガイド

    GroupDocs.Watermark でカスタムフォントを利用してブランドの一貫性とシステムの独立性を確保する方法を学びましょう。ステップバイステップの手順と Docker セットアップに従ってください。... 透かしのフォントを設定する: Font クラスを使用して、フォントのファミリ名、フォルダパス、およびサイズでフォントを初期化します。...カスタムフォントファイルが存在するフォルダーパスを設定します。 Font オブジェクトをファミリ名とプロパティで初期化します。 ...

    blog.groupdocs.com/ja/watermark/using-custom-fo...
  5. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing in Java....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); watermark...

    docs.groupdocs.com/watermark/java/locking-water...
  6. Sign document with ordering the signatures | Do...

    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...
  7. Load document of specific format | Documentation

    This article explains how to load document of specific format....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/load-document...
  8. Adding text watermarks | Documentation

    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...
  9. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Do not copy" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  10. Sign document with extensions | Documentation

    This article shows how to create electronic signatures with additional visual extensions...app About About Us Contact Customers Legal Security Events Acquisition...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

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