Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 2,201 for

text signature

(0.04 sec)
  1. Convert PDF to ODT using Node.js

    Easily convert PDF to ODT using Node.js with a step-by-step guide. Learn how to export PDF to ODT in Node.js for smooth and efficient document processing....Signature Product Family GroupDocs.Metadata...file into an ODT (Open Document Text) format, which is widely used...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  2. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....Signature Product Solution GroupDocs...structured representation of the text, including bounding rectangles...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  3. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Signature Product Solution GroupDocs...the source document. Extract text from PDF files and images. and...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  4. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Signature Product Solution GroupDocs...data such as: slides, shapes, text, animations, video, audio and...

    docs.groupdocs.com/merger/python-net/merge/powe...
  5. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Signature Product Solution GroupDocs...get familiar how to extract text, images, forms and more, please...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Signature Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/java/build-your-first...
  7. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Signature Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to Text or PDF using OCR with GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...recognitionAreasText . size (); i ++) { String text = result . recognitionAreasText...

    docs.groupdocs.com/conversion/java/convert/imag...
  9. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....Signature Product Solution GroupDocs...java file using your favorite text editor. Uncomment examples that...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  10. Working with metadata in PNG images | Documenta...

    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...