Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 589 for

custom fonts

(0.05 sec)
  1. 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...
  2. 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...
  3. GroupDocs.Merger Product Family | Documentation

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....app About About Us Contact Customers Legal Security Events Acquisition...APIs example usage Open-source font-end project ready to be used...

    docs.groupdocs.com/merger/
  4. 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...
  5. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 12 )); watermarker...

    docs.groupdocs.com/watermark/java/save-document...
  6. GroupDocs.Comparison for .NET | Documentation

    GroupDocs.Compairson for .NET developer documentation. Learn how to diff docx, pptx, and compare pdf files using C#....app About About Us Contact Customers Legal Security Events Acquisition...compares style changes such as font size, bolding, italics, etc...

    docs.groupdocs.com/comparison/net/
  7. Locking watermark in word processing document |...

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

    docs.groupdocs.com/watermark/net/locking-waterm...
  8. Add text or image watermark | Documentation

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....app About About Us Contact Customers Legal Security Events Acquisition...2); a watermark with text and font (line 4); Set the watermark...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  9. 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...
  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...