Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,707 for

font

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

    掌握 Python 平铺水印,包含 7 个实用示例。学习如何添加、创建和定制文档安全水印,移除水印,并使用 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. Render TSV and PCL Formats using GroupDocs.View...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.11. The latest version includes a couple of new features as well as a bunch of improvements and bug fixes. The API now supports rendering of TSV (Tab-separated values) and PCL (Printer Command Language) file formats. Below is the list of new features, improvements, and fixes added in v18.11. Features Introduced Since v18.11, we have extended the list of supported file formats and now the API is capable of rendering the following formats:...OneNote documents Exporting font files as external resources...Japanese PDF document to HTML Font lightness is ignored for rendering...

    blog.groupdocs.com/viewer/render-tsv-and-pcl-fo...
  3. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert images to HTML, PDF, PNG, and JPEG formats....custom fonts When you render a PSD file with custom fonts, you...contains necessary fonts to prevent font substitution during...

    docs.groupdocs.com/viewer/net/render-images/
  4. 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...
  5. More Enhanced GroupDocs.Viewer ASP.NET WebForm ...

    Based on our customers’ feedbacks and suggestions GroupDocs team is pleased to release another version of GroupDocs.Viewer ASP.NET WebForm Front End. With new enhancements and fixes, most of the reported issues have also been resolved in ASP.NET WebForm Front End. We recommend you to download and try the latest version of the application to explore our new and improved functionalities. Let’s have a look at the list of enhancements and fixes....highlighted mark and font background in IE Font color turns to black...

    blog.groupdocs.com/viewer/groupdocs-viewer-asp-...
  6. 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-...
  7. Edit Watermark Objects in PDF Documents using G...

    We are really delighted to announce the release of version 18.3 of GroupDocs.Watermark for .NET. The latest version supports editing of the objects that can be considered as the watermark in PDF documents. Furthermore, the feature of replacing text and image for the found watermarks is also added for all the supported formats. Following are some highlighted features of version 18.3. Editing Watermark Objects in PDF Documents Replacing Text for Particular Objects You can replace text for the particular XObjects, artifacts and the annotations in a PDF document....Add("Passed", new Font("Calibri", 19, FontStyle.Bold)...FormattedTextFragmen.Add("Passed", new Font("Calibri", 19, FontStyle.Bold)...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  8. Edit Watermark's Text and Image using GroupDocs...

    We are excited to announce that we have released version 18.3 of GroupDocs.Watermark for Java. The latest version supports replacing text and image for the found watermarks across all the supported formats. It also allows editing of the objects that can be considered as the watermark in PDF documents. Following are some salient features of GroupDocs.Watermark for Java 18.3 Replacing Text and Image for Found Watermarks The latest version allows replacing text and image for the found possible watermarks that we get in a search result....add("Passed", new Font("Calibri", 19, FontStyle.Bold)...getFormattedTextFrag().add("Passed", new Font("Calibri", 19, FontStyle.Bold)...

    blog.groupdocs.com/watermark/edit-watermark-tex...
  9. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....appearance with color, image and font This example demonstrates how...foreground color, image, and specific font settings. Here are the steps:...

    docs.groupdocs.com/signature/net/iterative-digi...
  10. Migration notes | Documentation

    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/