Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,770 for

font

(0.04 sec)
  1. Add Text Watermark to PDF Using Python

    Learn how to add text watermark to PDF using Python. This tutorial shows how to apply watermark to PDF in Python with custom Font, color, and alignment...., allowing you to customize font, color, transparency, and alignment...TextWatermark instance and configure font type, size, color, opacity,...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...path) as watermarker: font = gww.Font('Helvetica', 12.0) watermark...\n{FILE_ID}\n{DISCLAIMER}', font) watermark.foreground_color...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  3. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode 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-...
  4. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....default font when rendering Cells documents Set default font when...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  5. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API.... Sets a default font. The following font will be used if a...spreadsheet font is missing. Sets substitute specific fonts from the...

    docs.groupdocs.com/conversion/java/load-spreads...
  6. Add watermarks to presentation documents | Docu...

    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...
  7. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); PresentationWatermar...TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); PresentationWatermar...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. editor.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/editor/java/technical-support/weekly0.5https://docs.groupdocs.com/editor/net/techni......com/editor/java/font-embedding-options/weekly0.5https://docs...5https://docs.groupdocs.com/editor/java/font-extraction-options/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/editor.xml
  9. 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-...
  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-...