Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 4,534 for

comparison

(0.3 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...Comparison Cloud 19.5 已發布。您對我們的文檔比較雲...API 的方法和選項較少。我們還在 GroupDocs.Comparison Cloud API 中引入了雲存儲操作的新方法。...

    blog.groupdocs.cloud/zh-hant/groupdocs.cloud/pa...
  2. ग्रुपडॉक्स न्यूज़लैटर नवंबर 2017 संस्करण - दस्त...

    नवंबर 2017 के ग्रुपडॉक्स डेवलपर न्यूज़लेटर में ग्रुपडॉक्स दस्तावेज़ हेरफेर एपीआई के भीतर एपीआई अपडेट, प्रमुख फीचर एन्हांसमेंट और बग फिक्स का वर्णन किया गया है।...Comparison अब PDF दस्तावेज़ों में पासवर्ड...

    blog.groupdocs.cloud/hi/total/groupdocs-newslet...
  3. ग्रुपडॉक्स न्यूज़लैटर अक्टूबर 2017 संस्करण - दस...

    अक्टूबर 2017 के ग्रुपडॉक्स डेवलपर न्यूज़लेटर में ग्रुपडॉक्स दस्तावेज़ हेरफेर एपीआई के भीतर एपीआई अपडेट, प्रमुख फीचर एन्हांसमेंट और बग फिक्स का वर्णन किया गया है।...Comparison अब Excel फ़ाइलों में OneNote...

    blog.groupdocs.cloud/hi/total/groupdocs-newslet...
  4. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/create-or-update-te...
  5. 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....Comparison Cloud 18.4 पेश करते हुए खुशी...

    blog.groupdocs.cloud/hi/tag/cloud-api/
  6. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/image-represent...
  7. Sending files for translation | Documentation

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

    docs.groupdocs.cloud/translation/file/request/
  8. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via environment variables $CLIENT_ID and $CLIENT_SECRET....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/metadata/extract-metadata-...