Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 949 for

custom fonts

(0.03 sec)
  1. 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/net/sign-document-...
  2. Add a Watermark to Converted Document | GroupDocs

    Stamp a text watermark on every page of a converted document with GroupDocs.Conversion for Python via .NET — control colour, size, position, rotation, transparency, and foreground or background placement via WatermarkTextOptions....app About About Us Contact Customers Legal Security Events Acquisition...used for the watermark. font : The font name used for the watermark...

    docs.groupdocs.com/conversion/python-net/develo...
  3. Add watermark | GroupDocs

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

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  4. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents. By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....app About About Us Contact Customers Legal Security Events Acquisition...message is written using a bold font to make it more apparent. Consider...

    docs.groupdocs.com/assembly/net/use-of-in-line-...
  5. eSign Document with Multiple Signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...app About About Us Contact Customers Legal Security Events Acquisition...text_options . font = gsd . SignatureFont () text_options . font . bold...

    docs.groupdocs.com/signature/python-net/esign-d...
  6. 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...
  7. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on 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/net/sign-documents...
  8. Watermarks in word processing document | GroupDocs

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

    docs.groupdocs.com/watermark/net/watermarks-in-...
  9. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark PowerPoint slide background images using GroupDocs.Watermark for Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...watermarks import TextWatermark , Font , Color from groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/working...
  10. Converter SVG para JPG usando C# - Gráficos vet...

    Converta gráficos vetoriais SVG em imagens JPG usando C#. Gire, inverta, marca d'água, escala de cinza e ajuste o brilho e a gama do JPG convertido usando a API .NET.... O código-fonte C# a seguir converte o SVG em...opções preparadas. O código-fonte a seguir adiciona personalização...

    blog.groupdocs.com/pt/conversion/convert-svg-to...