Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 5,050 for

text annotations

(0.78 sec)
  1. Convert PDF to Image using Node.js

    Learn how to convert PDF to Image using Node.js. This guide provides a simple method to efficiently export PDF to Image in Node.js, ensuring high-quality image output....Annotation Product Family GroupDocs...original content, including text, graphics, and layout, remains...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  2. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows....Annotation Product Family GroupDocs...rendering of graphics, tables, and text. This solution is ideal for...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  3. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....Annotation Product Family GroupDocs...information. When dealing with Rich Text Format ( RTF ) documents, it’s...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...
  4. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API....Annotation Product Solution GroupDocs...Presentations Merge Excel Merge text files Merge archives Merge EPUB...

    docs.groupdocs.com/merger/python-net/merge/
  5. System Requirements | GroupDocs

    GroupDocs.Metadata for Python supports any 32-bit or 64-bit operating system that run the Python runtime including...Annotation Product Solution GroupDocs...fontconfig - Enables font lookup for text rendering with System.Drawing...

    docs.groupdocs.com/metadata/python-net/system-r...
  6. 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....Annotation Product Solution GroupDocs...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/java/adding-image-...
  7. Working with Templates | GroupDocs

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

    docs.groupdocs.com/parser/python-net/working-wi...
  8. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Annotation Product Solution GroupDocs...Creating a document object String text = new String ( Files . readAllBytes...

    docs.groupdocs.com/search/java/indexing-from-di...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. How to Convert HTML to MHTML using C#

    This guide will illustrate how to convert HTML to MHTML using C# on any commonly used operating system along with code example to generate MHTML from HTML in C#....Annotation Product Family GroupDocs...HTML to MHTML using C# . Hyper Text Markup Language, commonly known...

    kb.groupdocs.com/conversion/net/how-to-convert-...