Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,349 for

font

(0.04 sec)
  1. 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...
  2. Compare Documents Using Node.js

    Explore the intricacies of document comparisons in this detailed guide. Learn how GroupDocs.Comparison APIs can transform your data analysis with visual and textual comparison tools....setUnderline ( true ); // Set font underline styleSettings . setFontColor...setFontColor ( Color . GREEN ); // Set font color as green styleSettings...

    blog.groupdocs.com/comparison/compare-documents...
  3. Add watermarks to diagram documents | GroupDocs

    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....TextWatermark ( "Test watermark 1" , new Font ( "Calibri" , 19 )); DiagramShapeWatermar...TextWatermark ( "Test watermark 1" , new Font ( "Calibri" , 19 )); DiagramShapeWatermar...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Load Spreadsheet document with options | GroupDocs

    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...
  5. 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...
  6. 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/
  7. PDF file displayed incorrectly, with letters ch...

    errorView02.jpg (136.8 KB) errorView01.jpg (146.0 KB) HNM2023000003797.pdf (73.4 KB) AAA2023001744577.pdf (76.5 KB) Hi, When we try to view these documents on viewer tool, we’ve seen some problems on line and letter…... This is likely a font-related issue. Unfortunately...2:45pm 6 @caglaraydogan The font text is Arial and as a result...

    forum.groupdocs.com/t/pdf-file-displayed-incorr...
  8. Locking watermark in word processing document |...

    Lock watermarks in a Word document to restrict editing using Python via .NET.... Font ( "Arial" , 19.0 )) watermark...TextWatermark ( "Watermark text" , gww . Font ( "Arial" , 19.0 )) watermark...

    docs.groupdocs.com/watermark/python-net/locking...
  9. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing....TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); watermark...TextWatermark ( "Watermark text" , new Font ( "Arial" , 19 )); watermark...

    docs.groupdocs.com/watermark/net/locking-waterm...
  10. Add Text Watermark to Image Using Python

    Learn how to add text watermark to image using Python. This tutorial shows how to embed watermark text into image images with custom Font, color, and alignment....Python , helping you control font type, size, color, and alignment...TextWatermark object and configure its font style, rotation angle, transparency...

    kb.groupdocs.com/watermark/python/add-text-wate...