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

font

(0.36 sec)
  1. 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/
  2. Watermarks in PDF document | GroupDocs

    Add watermarks as XObjects, Artifacts, and Annotations using Python via .NET.... Font ( "Arial" , 8.0 )) text_watermark...annotation watermark" , gww . Font ( "Arial" , 8.0 )) text_watermark...

    docs.groupdocs.com/watermark/python-net/waterma...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. eSign Document with Multiple Signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API... font = gsd . SignatureFont () text_options . font . bold...text_options . font . size = 20.0 text_options . font . family_name...

    docs.groupdocs.com/signature/python-net/esign-d...
  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-...