Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 2,735 for

font

(1 sec)
  1. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....TextWatermark ( "top secret" , new Font ( "Arial" , 36 )) watermark...TextWatermark ( "top secret" , new Font ( "Arial" , 36 )); watermark...

    docs.groupdocs.com/watermark/java/migration-notes/
  2. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); PresentationWatermar...TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); PresentationWatermar...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. getting fonts on GroupDocs Blog | Document Auto...

    getting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in getting Fonts on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......getting fonts on GroupDocs Blog | Document Automation Solutions...Developers Recent content in getting fonts on GroupDocs Blog | Document...

    blog.groupdocs.com/it/tag/getting-fonts/index.xml
  4. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....and background settings ( ) font and colors ( , ) text signature...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....TextWatermark ( "top secret" , new Font ( "Arial" , 36 )) watermark...TextWatermark ( "top secret" , new Font ( "Arial" , 36 )); watermark...

    docs.groupdocs.com/watermark/net/migration-notes/
  6. PDF Conversion with Arabic Content - renders co...

    I have a docx file with Hebrew Content. It renders content in Wrong Direction. Check the below Pics and also Attached Docx & PDF as well Also Attached Sample Code We use for Converting Docx to PDF import com.groupdocs…...// Create load options with font substitution WordProcessingLoadOp...setDefaultFont("Arial"); // Set a default font if needed List<FontSubstitute>...

    forum.groupdocs.com/t/pdf-conversion-with-arabi...
  7. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....and background settings ( ) font and colors ( , ) Here are the...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); SpreadsheetWatermark...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); SpreadsheetWatermark...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 )); watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Watermark appear in more than one location in t...

    Is it possible for the watermark to appear in more than one location in the document. For example in the top, center and bottom of each page...with the specified text and font size TextWatermark watermark...TextWatermark(watermarkText, new Font("Arial", 36)); // Set the text...

    forum.groupdocs.com/t/watermark-appear-in-more-...