Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 5,097 for

signature

(0.07 sec)
  1. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/create-or-update-te...
  2. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/get-document-inform...
  3. 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 Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/annotation/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET ` "https://api.groupdocs.cloud/v2.0/annotation/formats" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET ^ "https://api....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/get-supported-f...
  4. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. 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 Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/delete-pages/
  5. Best Practices for CSV Editor Development in Java

    Learn best practices for CSV editor development in Java with GroupDocs.Editor Cloud SDK, covering setup, key features, implementation, and performance tuning.... For detailed method signatures, refer to the API reference...

    blog.groupdocs.cloud/editor/best-practices-for-...
  6. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud JavaでTXTファイルを変更する GroupDocs.Editor Cloud SDK を使用して Java で TXT ファイルを変更する方法を学びましょう。ステ......Signature Cloud SDK for PHP を使用して、クラウド上の...PDF にスタンプで署名する GroupDocs.Signature Cloud SDK for Node.js を使用して、Node...

    blog.groupdocs.cloud/ja/index.xml
  7. cloud api

    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....Signature Cloud 18.8 रिलीज़ की घोषणा...

    blog.groupdocs.cloud/hi/tag/cloud-api/
  8. Image Representation of Document Pages | Docume...

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render the document pages to images and retrieves images link. Following APIs are provided for the purpose. Generate Images of Document Pages This API generates images of the document pages and returns links to generated images. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to generate images of document pages....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/image-represent...
  9. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FilePath": "annotationdocs/one-page.docx" }' Windows PowerShell curl.exe -v "https://api.groupdocs.cloud/v2.0/annotation/info" ` -X POST ` -H "Content-Type: application/json" ` -H "Accept: application/json" ` -H "Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'annotationdocs/one-page....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. Sending files for translation | Documentation

    How to send files for translation to the selected languages....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/request/