Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,261 for

storage api

(0.08 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here).... API usage There are steps that usage...input document into cloud storage and other files, like digital...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Set Metadata By Property Name Match Regex | Doc...

    This REST Api allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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....feedback On this page This REST API allows to set document metadata..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. Add Metadata By Property Name | Documentation

    This REST Api allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. 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....feedback On this page This REST API allows you to add metadata information..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. Set Metadata By Property Name Match Exact Phras...

    This REST Api allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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 join several documents into one curl -v "https://Api....feedback On this page This REST API allows to set document metadata..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  5. Remove Metadata By Property Name | Documentation

    This REST Api allows to remove metadata properties from the document choosing the properties with specified name. cURL example The following example demonstrates how to remove metadata properties that may have names containing “Application” string. 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 join several documents into one curl -v "https://Api....feedback On this page This REST API allows to remove metadata properties..."client_secret" argument. curl -v "https://api.groupdocs.cloud/connect/token"...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  6. Convert DOCX to PPTX using Java SDK: A Guide

    Learn how to convert Word to PowerPoint Presentation in Java. This guide covers the steps to convert your files seamlessly and efficiently....PowerPoint File in Java using REST API Java Library to Convert Word...SDK for Java . This powerful API allows you to convert various...

    blog.groupdocs.cloud/conversion/convert-word-to...
  7. Self-host GroupDocs.Viewer Cloud with Docker | ...

    Self-host GroupDocs.Viewer Cloud with Docker...explore the API. With Swagger UI you can call API methods in your...it on our , or use raw REST API requests as you can find it ...

    docs.groupdocs.cloud/viewer/self-host-groupdocs...
  8. Convert PDF to HTML in .NET | PDF to Web Page C...

    How to convert PDF to HTML using .NET Api. Step-by-step guide with code samples, cURL commands, and SEO-friendly tips for accurate PDF to web conversion....topics: PDF to HTML Conversion API Convert PDF to HTML in C# (.NET)...cURL PDF to HTML Conversion API # GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  9. 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....data structure returned by Info API method as output result InfoResult...Description FileInfo File path, storage, version, password Extension...

    docs.groupdocs.cloud/signature/inforesult/
  10. 在 Python 中使用 REST API 将 Word 文档转换为 PDF | Word转PDF

    使用适用于 Python 的文档转换云 SDK,在 Python 中使用云端的 REST Api 以编程方式将 Word 文档(DOCX 或 DOC)转换为 PDF 文件。...在本文中,您将学习如何在 Python 中使用 REST API 将 Word 文档转换为 PDF。 本文应涵盖以下主题:...PDF 转换 REST API 和 Python SDK 在 Python 中使用 REST API 将 Word 文档转换为...

    blog.groupdocs.cloud/zh/conversion/convert-word...