Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,430 for

font

(0.12 sec)
  1. Add Watermark to Image using Python

    Learn how to add watermark to image using Python. This tutorial explains how to apply watermark to PNG in Python with custom dimensions and embedded text....control over layout, resolution, font styling, and placement—ensuring...with customizable dimensions, font styles, transparency levels...

    kb.groupdocs.com/viewer/python/add-watermark-to...
  2. Convert HTML to PDF using Python

    Convert HTML to PDF using Python with reliable rendering. Easily export HTML to PDF in Python for printing, archiving, and sharing while preserving layout and Fonts....preserve layout, styles, and fonts with minimal effort. Developers...formatting, embed images and fonts, and control page settings like...

    kb.groupdocs.com/conversion/python/convert-html...
  3. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing... font = gsd . SignatureFont() # Configure font outer_line...inner_line . font = gsd . SignatureFont() # Configure font inner_line...

    blog.groupdocs.com/signature/sign-documents-wit...
  4. Conversion.NETFramework starting v25.12 and up,...

    Hello, until version 25.11 the integration into a COM object was seamless. Since version 25.12, with the integration of the embedded Fonts, using Value Tuple, it is no more possible to integrate into COM as it leads to l…...integration of the embedded fonts, using Value Tuple, it is no...build pulls in for the embedded‑font feature; the runtime that COM...

    forum.groupdocs.com/t/conversion-netframework-s...
  5. HtmlViewOptions | GroupDocs.Viewer for .NET API...

    Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/viewer/net/renderingtohtml/ and its children....get; set; } Sets the default font for a document. EmailOptions...set; } Disables adding any fonts into HTML document. FontsToExclude...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Rasterize document or page | GroupDocs

    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....TextWatermark ( "Do not copy" , new Font ( "Arial" , 8 )); watermark...TextWatermark ( "Do not copy" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  8. Sign document with extensions | GroupDocs

    This article shows how to create electronic signatures with additional visual extensions...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Barcodes Syntax and Properties | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps: Add a textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode image without bars and text....This color is derived from the font of the corresponding barcode...Customizing Font and Placement of Barcode Text The font used to render...

    docs.groupdocs.com/assembly/net/barcodes-syntax...
  10. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....TextWatermark ( "Test watermark" , new Font ( "Arial" , 19 )); // Add watermark...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/add-watermark...