Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 1,871 for

jwt

(0.52 sec)
  1. 将 PDF 转换为 HTML | 使用 C# .NET 将 PDF 转换为 Web

    在 C# .NET 中无缝实现 PDF 到 HTML 的转换。使用 .NET REST API 将 PDF 轻松简单地转换为 HTML。...p Key 和 App SID)并生成 JWT 访问令牌。一旦我们获得 JWT 令牌,请执行以下 cURL 命令将 PDF...格式的名称,将“accessToken”替换为上面生成的 JWT 令牌。转换成功后,生成的文件将存储在云存储中。 如果您想将生成的...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{"FilePath": "..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    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....\ -H "authorization: Bearer $JWT_TOKEN " Windows PowerShell curl..."authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET...

    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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "one-page..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': 'one-page...

    docs.groupdocs.cloud/annotation/delete-pages/
  5. Document Conversion Tool

    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....Conversion Cloud REST API 支持 JWT(JSON Web Token) 身份验证。...

    blog.groupdocs.cloud/zh/tag/document-conversion...
  6. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....--header "authorization: Bearer $JWT_TOKEN " \ --header "content-type:..."authorization: Bearer $env:JWT_TOKEN" ` - -header "content-type:...

    docs.groupdocs.cloud/signature/working-with-sig...
  7. 7. Convert to Text Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Text Formats and returns the output document storage URL and also support to get result as a stream or Array of stream. Convert to Text Formats You can convert the supported document formats to Text Formats and get output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Text format example....\ -H "authorization: Bearer $JWT_TOKEN " \ -H "Content-Type: application/json"..."authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json"...

    docs.groupdocs.cloud/conversion/convert-to-text...
  8. Word to HTML | DOC a HTML en línea | DOCX a HTM...

    Convertir documentos de Word a HTML utilizando el SDK de GroupDocs.Conversion Cloud para Node.js. Aprende cómo transformar archivos DOC, DOCX en HTML amigable para la web usando Node.js.... Primero, genera un token JWT utilizando las credenciales de...accessToken con el token de acceso JWT personalizado. Para descargar...

    blog.groupdocs.cloud/es/conversion/convert-doc-...
  9. Node.js: Convertir MPP a PDF | MS Project MPP a...

    Aprende a convertir fácilmente archivos de MS Project (MPP) a formato PDF utilizando el SDK de GroupDocs.Conversion Cloud para Node.js. Conversión rápida y precisa de MPP a PDF....es generar un token de acceso JWT y luego, ejecutar el siguiente...accessToken con un token de acceso JWT personalizado. Para guardar el...

    blog.groupdocs.cloud/es/conversion/convert-mpp-...
  10. Convertir JSON a HTML en Node.js | JSON a forma...

    Convierte fácilmente JSON a HTML usando el SDK de GroupDocs.Conversion Cloud para Node.js. Aprende a generar HTML limpio a partir de archivos JSON estructurados con API RESTful.... Generar un token de acceso JWT basado en credenciales de cliente...accessToken con un token de acceso JWT personalizado. Puede considerar...

    blog.groupdocs.cloud/es/conversion/convert-json...