Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 9,389 for

text

(0.03 sec)
  1. Parse Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......feedback Parse by Template Extract Text Extract Images Was this page...

    docs.groupdocs.cloud/parser/parse-operations/
  2. WordPress Document Viewer by GroupDocs

    Easily embed and display PDF, Microsoft Office and 50+ other common document types directly on your WordPress website....a specified page, search for text within embedded documents using...disable the print, download and text copy options for all or specific...

    blog.groupdocs.cloud/viewer/display-pdf-microso...
  3. Polyline Annotation | Documentation

    Polyline annotation allows to draw shapes and freehand lines API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'Annotations': [ { 'Type': 'Polyline', 'Text': 'This is polyline annotation'...AnnotationInfo . TypeEnum . Polyline , Text = "This is polyline annotation"...

    docs.groupdocs.cloud/annotation/polyline-annota...
  4. Extract Images from PDF Documents using a REST ...

    Programmatically Extract Images from PDF Documents using a REST API on the cloud in Python with Document Parser Cloud SDK for Python.... You can extract text, images, and parse data by a...the forum . See Also # Extract Text from PDF Documents using a REST...

    blog.groupdocs.cloud/parser/extract-images-from...
  5. GroupDocs.Signature Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....can be in the form of digital text, images, barcode, QR codes,...secure your documents by applying Text, Stamp, QR-Code, Barcode, Image...

    blog.groupdocs.cloud/categories/groupdocs.signa...
  6. GroupDocs Customer Newsletter – June 2015

    GroupDocs.Comparison for .NET is a multi-format document comparison library that allows to compare two Word, PDF, Excel, PowerPoint, plain Text or HTML files....PDF, Excel, PowerPoint, plain text or HTML files. The library understands...making it possible to compare text, style and layout changes. GroupDocs...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  7. Supported Document Formats | Documentation

    The following table indicates the input and output file formats supported by GroupDocs.Watermark Cloud WordProcessing family formats Format Description Add Remove Search Replace DOC MS Word 97-2007 Binary File Format ✔ ✔ ✔ ✔ DOCX Office Open XML WordProcessingML Macro-Free Document ✔ ✔ ✔ ✔ DOCM Office Open XML WordProcessingML Macro-Enabled Document ✔ ✔ ✔ ✔ DOT MS Word 97-2007 Template ✔ ✔ ✔ ✔ DOTM Office Open XML WordprocessingML Macro-Enabled Template ✔ ✔ ✔ ✔ DOTX Office Open XML WordprocessingML Macro-Free Template ✔ ✔ ✔ ✔ ODT Open Document Format Text Document ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ Spreadsheet family formats Format Description Add Remove Search Replace XLS Excel 97-2003 Binary File Format ✔ ✔ ✔ ✔ XLT Excel 97-2003 Template ✔ ✔ ✔ ✔ XLSX Office Open XML Workbook Macro-Free ✔ ✔ ✔ ✔ XLSM Office Open XML Workbook Macro-Enabled ✔ ✔ ✔ ✔ XLTX Office Open XML Template Macro-Free ✔ ✔ ✔ ✔ XLTM Office Open XML Template Macro-Enabled ✔ ✔ ✔ ✔ Presentation family formats Format Description Add Remove Search Replace PPT Microsoft PowerPoint 97-2003 Presentation ✔ ✔ ✔ ✔ PPTX Microsoft Office Open XML PresentationML Macro-Free Document ✔ ✔ ✔ ✔ PPTM Microsoft Office Open XML PresentationML Macro-Enabled Document ✔ ✔ ✔ ✔ PPS Microsoft PowerPoint 97-2003 SlideShow ✔ ✔ ✔ ✔ PPSX Microsoft Office Open XML PresentationML Macro-Free SlideShow ✔ ✔ ✔ ✔ PPSM Microsoft Office Open XML PresentationML Macro-Enabled SlideShow ✔ ✔ ✔ ✔ POTX Microsoft Office Open XML PresentationML Macro-Free Template ✔ ✔ ✔ ✔ POTM Microsoft Office Open XML PresentationML Macro-Enabled Template ✔ ✔ ✔ ✔ Other formats Format Description Add Remove Search Replace PDF Saves the document as PDF (Adobe Portable Document) format....Document Format Text Document ✔ ✔ ✔ ✔ Rich Text Format ✔ ✔ ✔ ✔...

    docs.groupdocs.cloud/watermark/supported-docume...
  8. Ellipse Annotation | Documentation

    Ellipse annotation draws elliptic annotation in a document page API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....'Annotations': [ { 'Type': 'Ellipse', 'Text': 'This is ellipse annotation'...AnnotationInfo . TypeEnum . Ellipse , Text = "This is ellipse annotation"...

    docs.groupdocs.cloud/annotation/ellipse-annotat...
  9. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....whether a document contains Text and Barcode Signatures at same..."Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages":...

    docs.groupdocs.cloud/signature/working-with-ver...
  10. 在 Node.js 中使用 REST API 从 PDF 中提取数据

    使用 Document Parser Cloud SDK 在 Node.js 中使用 REST API 以编程方式从 PDF 中提取数据。这篇文章是关于从 PDF 中自动提取数据的。... Text :" + data.pageArea.pageTextArea.text); } if (data...columnIndex + ". Text: " + cell.pageArea.pageTextArea.text); }); } });...

    blog.groupdocs.cloud/zh/parser/extract-data-fro...