Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 504 for

custom fonts

(0.03 sec)
  1. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...app About About Us Contact Customers Legal Security Events Acquisition...underlines, strike-throughs, and font types. Apply/Reject changes...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  2. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....app About About Us Contact Customers Legal Security Events Acquisition...and background settings ( ) font and colors ( , ) text signature...

    docs.groupdocs.com/signature/net/sign-document-...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. Load password-protected document | Documentation

    This article explains how to load password-protected document 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/load-password-...
  9. Add watermarks to diagram documents | Documenta...

    Adding watermark to all pages of a particular type Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps. Load the document Create and initialize watermark object Set watermark properties Add watermark by specifying page type using setPlacementType() method of DiagramShapeWatermarkOptions Save the document Following code shows how to add watermark to a particular type of the pages....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark 1" , new Font ( "Calibri" , 19 )); DiagramShapeWatermar...

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