Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 10,915 for

text

(0.12 sec)
  1. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....annotation strike-throughs a text fragment as shown in the picture...the color of the annotation text allows you to set the annotation...

    docs.groupdocs.com/annotation/java/add-strikeou...
  2. Add Watermark to Image using Python

    Learn how to add watermark to image using Python. This tutorial explains how to apply watermark to PNG in Python with custom dimensions and embedded Text....Viewer to overlay custom text or branding elements on a PNG...to seamlessly embed watermark text directly into the output image...

    kb.groupdocs.com/viewer/python/add-watermark-to...
  3. Render RTF as PDF using Python

    You can render RTF as PDF using Python to convert rich Text files into professional, shareable documents. This approach lets you create PDF from RTF in Python effortlessly....as PDF using Python RTF (Rich Text Format) documents are widely...widely used for creating styled text files that include fonts, tables...

    kb.groupdocs.com/viewer/python/render-rtf-as-pd...
  4. Introducing Metadata Signatures in GroupDocs.Si...

    We are delighted to announce another monthly release of GroupDocs.Signature for .NET 18.9 with multitude of new features like ability to save Image documents as PDF and signing of PDF with Metadata Signatures. Furthermore, this monthly release also comes up with few fixes, we therefore, recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. Features Metadata Signatures for PDFThe Metadata Signature is the additional document property that contains special attributes/tags to keep non visual information inside the document....document: # // setup options with text of signature PdfMetadataSignOptio...of the API. # MatchType for Text Verification OptionsNow API...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. 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...for Stamp signatures; - for Text signatures. Fill the collection...sign : # Define text signature options text_options = TextSignOptions...

    docs.groupdocs.com/signature/python-net/esign-d...
  6. GroupDocs.Signature for Python 26.1 – 最新更新和修复(2...

    探索 GroupDocs.Signature for Python 26.1 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。... code_text_alignment = gs . CodeTextAlignment...CodeTextAlignment . BELOW qr_sign_options . text = "GROUP DOCS" # Preview generation...

    blog.groupdocs.com/zh/signature/groupdocs-signa...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...major annotation types like Text, Area, Point, Watermark and...verify a Pdf document signed with text sticker/annotation signature...

    blog.groupdocs.com/groupdocs.blog/page/79/
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...NET Text extraction API. The latest release...allows its users to extract text from CHM files. This feature...

    blog.groupdocs.com/groupdocs.blog/page/72/
  9. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....rectangular area that bounds text area. The page information (page...Print the cell text Console . Write ( $"{cell.Text}\t" ); } } Console...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  10. Inserting Hyperlinks Dynamically | GroupDocs

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <Text_expression]>> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_Text_expression defines Text to be displayed for the hyperlink....<<link [uri_expression][display_text_expression]>> Here, uri_expression...In turn, display_text_expression defines text to be displayed...

    docs.groupdocs.com/assembly/java/inserting-hype...