Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 8,603 for

text

(0.12 sec)
  1. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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': 'Area', 'Text': 'This is area annotation'...AnnotationInfo . TypeEnum . Area , Text = "This is area annotation"...

    docs.groupdocs.cloud/annotation/area-annotation/
  2. Distance Annotation | Documentation

    Distance annotation measures a distance between objects in a document. 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': 'Distance', 'Text': 'This is distance annotation'...AnnotationInfo . TypeEnum . Distance , Text = "This is distance annotation"...

    docs.groupdocs.cloud/annotation/distance-annota...
  3. Sign document with QR-code signature | Document...

    QR-code (or Quick Response code) is a sort of two-dimensional barcode that consists of black squares arranged in a square grid on a white background. QR-code can be read by smartphone camera or specialized devices that are dedicated to QR reading - hand-held scanners, handy terminals, fixed scanners that are used after placing it on a desktop, or embedding it in other devices. Usually QR-codes contain data that points to a website or application, emails, or phone numbers, product identifiers, or trackers....'QRCode', 'QRCodeType': 'Aztec', 'Text': '123456789012', 'Left': 100...{ "qrCodeType" : "Aztec" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Edit Excel Sheet on Document Automation REST AP...

    Edit Excel Sheet on Document Automation REST APIs | GroupDocs Cloud Recent content in Edit Excel Sheet on Document Automation REST APIs | GroupDocs Cloud Upravujte dokumenty pomocí REST API v PHP P......Upravujte soubory Word, Excel nebo Text v PHP v cloudu. Upravte list...

    blog.groupdocs.cloud/cs/tag/edit-excel-sheet/in...
  5. Edit Word Document on Document Automation REST ...

    Edit Word Document on Document Automation REST APIs | GroupDocs Cloud Recent content in Edit Word Document on Document Automation REST APIs | GroupDocs Cloud แก้ไขเอกสารโดยใช้ REST API ใน PHP แก้ไข......PHP แก้ไขไฟล์ Word, Excel หรือ Text ใน PHP บนคลาวด์ แก้ไขเอกสาร...

    blog.groupdocs.cloud/th/tag/edit-word-document/...
  6. 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...
  7. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....API provides methods to apply Text and Figure based annotations...rtf" , "fileFormat" : "Rich Text Format" }, { "extension" : "...

    docs.groupdocs.cloud/annotation/get-supported-f...
  8. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Extract Single Image and Body Text from 1 Page .docx File GroupDocs...Conversion Issue with Japanese Text GroupDocs.Conversion Cloud Product...

    forum.groupdocs.cloud/latest
  9. 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...
  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...