Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 307 for

annotation info

(0.04 sec)
  1. Get Document Information | Documentation

    This API retrieves document Information. It returns an object that contains Information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document Information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/Info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....Annotation Product Solution GroupDocs...groupdocs.cloud/v2.0/signature/info" - H "accept: application/json"...

    docs.groupdocs.cloud/signature/get-document-inf...
  2. InfoResult | Documentation

    InfoResult data structure returned by Info API method as output result InfoResult example { "fileInfo": { "filePath": "signaturedocs/one-page.docx", "storageName": null, "versionId": null, "password": null }, "extension": "docx", "fileFormat": "Microsoft Word Open XML Document", "size": 1359584, "pagesCount": 1, "dateCreated": "2020-07-21T05:37:12.1994841Z", "dateModified": "2020-07-14T07:03:23Z", "widthForMaxHeight": 612, "maxPageHeight": 792, "pages": [ { "number": 0, "name": null, "width": 612, "height": 792, "angle": 0, "visible": false } ] } InfoResult fields Name Description FileInfo File path, storage, version, password Extension Document extension FileFormat Document file format Size Document size in bytes PagesCount Count of pages in document DateCreated Document creation date DateModified Document modification date WidthForMaxHeight Specifies width for max height of document page MaxPageHeight Specifies max page height pages List of document pages page....Annotation Product Solution GroupDocs...InfoResult data structure returned by Info API method as output result...

    docs.groupdocs.cloud/signature/inforesult/
  3. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you to get the text contained in a source document with coordinates. Following code sample shows how to retrieve and print out text (lines / words / characters) of each document page with coordinates....Annotation Product Solution GroupDocs...Render document or get document info Download rendered document from...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  4. Get Supported File Types | Documentation

    This REST API allows to get list of all file formats supported by GroupDocs.Metadata Cloud product. Resource URI HTTP POST ~/formats 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.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document Information curl -v "https://api....Annotation Product Solution GroupDocs...Metadata Cloud / Developer Guide / Info Operations / Get Supported File...

    docs.groupdocs.cloud/metadata/get-supported-fil...
  5. Get Supported File Types | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Parser Cloud product. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the get supported file types example. HTTP POST ~~/formats cURL example The following example demonstrates how to get supported file types. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...Parser Cloud / Developer Guide / Info Operations / Get Supported File...

    docs.groupdocs.cloud/parser/get-supported-file-...
  6. Sign document with text signature | Documentation

    A Text electronic signature is an arbitrary text that is added to a document in a native way dependent on document type. GroupDocs.Signature Cloud provides text signature feature and allows to customize wide range of text settings - from font name, size and color to alignment, borders, shadow effects etc. This is how text signature may look like: To manipulate with text signatures GroupDocs.Signature Cloud provides various text sign options....Annotation Product Solution GroupDocs...signedTextOne_page.docx" settings . file_info = fileInfo request = CreateSignaturesRequ...

    docs.groupdocs.cloud/signature/sign-document-wi...
  7. RubyGems - groupdocs_annotation_cloud - Version...

    groupdocs_Annotation_cloud 21.6 → 22.2 Sign up to get free protection for your applications and to get access to all ......groupdocs_annotation_cloud 21.6 → 22.2 Sign up to get free protection...+4 -4 data/lib/groupdocs_annotation_cloud/api/license_api.rb...

    my.diffend.io/gems/groupdocs_annotation_cloud/2...
  8. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Watermark Cloud product. Resource URI HTTP POST ~~/formats 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.groupdocs.cloud/applications. # Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_id#xxxx&client_secret#xxxx" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to get document Information curl -v "https://api....Annotation Product Solution GroupDocs...Watermark Cloud / Developer Guide / Info Operations / Get Supported File...

    docs.groupdocs.cloud/watermark/get-supported-fi...
  9. Sign document with image signature | Documentation

    An image as signature is alternative way to put any presenting data in a visual form. This electronic signature type allows to create custom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options to specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...Annotation Product Solution GroupDocs...signedImageOne_page.docx" settings . file_info = fileInfo request = CreateSignaturesRequ...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Overview | Documentation

    GroupDocs.Comparison Cloud is a REST API that provides an ability to detect differences between source and target files for changes at paragraphs, words and characters levels. Can identify styling and formatting changes - like bold, italic, underlines, strike-troughs, font types, etc. Every particular difference between compared document can be applied or rejected and the exported to a final document. GroupDocs.Comparison Cloud allows to obtain basic Information about source document - file type, size, pages count etc....Annotation Product Solution GroupDocs...Overview Endpoint Group Description Info Contains endpoints for obtaining...

    docs.groupdocs.cloud/comparison/overview/