Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 5,363 for

text signature

(0.16 sec)
  1. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Signature Product Solution GroupDocs...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/java/adding-image-...
  2. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Signature Product Solution GroupDocs...Console . WriteLine ( chunk . Text ); var compressedChunk = chunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Conversion for Python via .NET | Grou...

    Native Python library that converts documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, and archives — on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....Signature Product Solution GroupDocs...(EML, MSG) eBook (EPUB, MOBI) Text/Markdown (TXT, MD) HTML/Web...

    docs.groupdocs.com/conversion/python-net/
  4. Working with Templates | GroupDocs

    Create templates with fields and tables to extract structured data using GroupDocs.Parser for Python via .NET....Signature Product Solution GroupDocs..."InvoiceNumber" ] . page_area . text print ( f "Invoice number: {...

    docs.groupdocs.com/parser/python-net/working-wi...
  5. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....Signature Product Solution GroupDocs...case-sensitive search with a query in text form. C# string indexFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  6. Adding image watermarks | GroupDocs

    Add image watermarks from a file or a stream using GroupDocs.Watermark for Python via .NET....Signature Product Solution GroupDocs...the same techniques shown for text watermarks apply to image watermarks...

    docs.groupdocs.com/watermark/python-net/adding-...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Signature Product Solution GroupDocs...Ots PDF Pdf E-book Epub , Mobi Text Txt Help Chm You can also retrieve...

    docs.groupdocs.com/markdown/java/load-a-file-of...
  8. How to Add Strikeout Annotation in PDF Using Java

    In this article, we will provide a comprehensive guide on how to add strikeout annotations to PDF files using Java, and we will also include a sample code for inserting strikeout annotations into PDF files using Java....Signature Product Family GroupDocs.Metadata...useful for highlighting specific text or content in a PDF file. Fortunately...

    kb.groupdocs.com/annotation/java/how-to-add-str...
  9. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....Signature Product Family GroupDocs.Metadata...document, like graphs, tables, or text lines. The article also provides...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  10. Convert XLSX to RTF using Python

    Learn how to convert XLSX to RTF using Python in this topic. Discover how to export XLSX to RTF in Python easily, without the need to install any extra software....Signature Product Family GroupDocs.Metadata...spreadsheet data as RTF (Rich Text Format) documents is useful...

    kb.groupdocs.com/conversion/python/convert-xlsx...