Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 814 for

custom font

(0.05 sec)
  1. Python 平铺水印:7 个保护文档和图像的示例

    通过 7 个实用示例精通 Python 平铺水印。学习添加、创建和自定义水印以实现文档安全,删除水印,并使用 GroupDocs.Watermark API 进行企业内容保护来保护文件。...ath) as watermarker: font = gww . Font( 'Arial' , 14.0 ) watermark...TextWatermark( f 'CONFIDENTIAL' , font) watermark . foreground_color...

    blog.groupdocs.com/zh/watermark/tiling-watermar...
  2. Sign Pdf documents with special appearance | Gr...

     This article explains how to use PDF digital electronic signature features on document page....app About About Us Contact Customers Legal Security Events Acquisition...text color and Font ForeColor = Color . Red , Font = new SignatureFont...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  3. Adding repeated watermarks | GroupDocs

    Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...pdf" ) as watermarker : font = gww . Font ( "Arial" , 19.0 , gww...

    docs.groupdocs.com/watermark/python-net/adding-...
  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....app About About Us Contact Customers Legal Security Events Acquisition...a flexible approach for customizing how spreadsheet data is interpreted...

    docs.groupdocs.com/conversion/java/load-spreads...
  5. GroupDocs on GroupDocs Blog | Document Automati...

    GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group......Kılavuz Learn how to utilize custom fonts in GroupDocs.Watermark to...

    blog.groupdocs.com/tr/tag/groupdocs/index.xml
  6. Locking watermark in word processing document |...

    Lock watermarks in a Word document to restrict editing using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Watermark text" , gww . Font ( "Arial" , 19.0 )) watermark...

    docs.groupdocs.com/watermark/python-net/locking...
  7. Watermarks in PDF document | GroupDocs

    Add watermarks as XObjects, Artifacts, and Annotations using Python via .NET....app About About Us Contact Customers Legal Security Events Acquisition...artifact watermark" , gww . Font ( "Arial" , 8.0 )) text_watermark...

    docs.groupdocs.com/watermark/python-net/waterma...
  8. Add watermarks to diagram documents | GroupDocs

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a document. It consists of following steps....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark 1" , new Font ( "Calibri" , 19 )); DiagramShapeWatermar...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. 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....app About About Us Contact Customers Legal Security Events Acquisition...TextWatermark ( "Test watermark" , new Font ( "Arial" , 8 )); PresentationWatermar...

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