Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 5,064 for

signature

(0.3 sec)
  1. Vorstellung der ersten öffentlichen Veröffentli...

    GroupDocs.Comparison Cloud ist eine REST-API zum Vergleich von Dokumenten mit Manipulation und Änderungen in der Cloud....appsid=XXXX&signature=XXX-XX" -H "content-type:...doutput.docx&appsid=XXXX&signature=XXX-XX" -H "Content-Type:...

    blog.groupdocs.cloud/de/comparison/announcing-f...
  2. 在 Python 中使用 REST API 编辑 Word 文档 |在 Python 中编辑 ...

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 Word 文档(DOC 或 DOCX)。...png\" alt=\"signatures\" style=\"width: 128px; height:...src=\"groupdocs.png\" alt=\"signatures\" style=\"width: 128px; height:...

    blog.groupdocs.cloud/zh/editor/edit-word-docume...
  3. Document Automation REST APIs | GroupDocs Cloud

    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 REST API किसी तीसरे...

    blog.groupdocs.cloud/hi/page/29/
  4. Translating image and scanned PDF files with Gr...

    How to use GroupDocs.Translation Cloud SDK for translating image files....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/translation/file/sdk/image...
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Signature Cloud REST API किसी तीसरे...

    blog.groupdocs.cloud/hi/groupdocs.cloud/page/29/
  6. Document Processing REST APIs | GroupDocs Cloud

    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 API를 사용하면 보안 전자 서명 기능을 웹 기반...

    blog.groupdocs.cloud/ko/page/49/
  7. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/get-document-me...
  8. Get Supported File Formats | Documentation

    This REST API allows getting list of all file formats supported by GroupDocs.Editor Cloud product. Resources The following GroupDocs.Editor 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. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the values in the CLIENT_ID and CLIENT_SECRET environment variables....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/get-supported-file-...
  9. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  10. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Signature Product Solution GroupDocs...

    docs.groupdocs.cloud/watermark/replace-watermarks/