Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 508 for

custom fonts

(0.06 sec)
  1. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....app About About Us Contact Customers Legal Security Events Acquisition...OpenDocument Chart Template OpenType Font Saves the document as PDF (Adobe...

    docs.groupdocs.com/metadata/net/supported-docum...
  2. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....app About About Us Contact Customers Legal Security Events Acquisition...OpenDocument Chart Template OpenType Font Saves the document as PDF (Adobe...

    docs.groupdocs.com/metadata/java/supported-docu...
  3. Add watermarks to images | Documentation

    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...
  4. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....app About About Us Contact Customers Legal Security Events Acquisition...margin ) ; // set text color and Font options . setForeColor ( Color...

    docs.groupdocs.com/signature/java/sign-document...
  5. Add watermark annotation | Documentation

    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...
  6. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....app About About Us Contact Customers Legal Security Events Acquisition...watermarks by text formatting (font, color, etc.). Set background...

    docs.groupdocs.com/watermark/python-net/product...
  7. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Discover how to implement custom fonts in GroupDocs.Watermark for...

    blog.groupdocs.com/th/categories/groupdocs.wate...
  8. 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...margin ) ; // set text color and Font options . setForeColor ( Color...

    docs.groupdocs.com/signature/java/sign-document...
  9. GroupDocs.Watermark Overview | Documentation

    GroupDocs.Watermark for Node.js via Java is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....app About About Us Contact Customers Legal Security Events Acquisition...watermarks by text formatting (font, color, etc.). Set background...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  10. 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...