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

secret client

(0.09 sec)
  1. REST API를 사용하여 Python에서 PDF를 Excel로 변환

    PDF to Excel 변환기 API는 PDF 파일을 Excel 스프레드시트로 빠르게 변환합니다. 이 문서는 REST API를 사용하여 Python에서 PDF를 Excel로 변환하는 방법에 관한 것입니다....cloud에서 client_id 및 client_secret을 가져옵니다. client_id = "xxx..."xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" client_secret = "xxxxxxxxxxxxxxxxxxxx"...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  2. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H "Content-Type: application/x-www-form-urlencoded"...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. 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)...."grant_type=client_credentials&client_id= $CLIENT_ID &client_secret=...&client_secret= $CLIENT_SECRET " \ -H 'Content-Type: application/x-www-form-urlencoded'...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Converti XML in Excel ed Excel in XML in Python

    Converti file XML di grandi dimensioni in Excel online o utilizza il convertitore da Excel a XML online per il conteggio. Questo articolo mostra come convertire XML in Excel ed Excel in XML in Python....ottieni il tuo ID client e il segreto client dalla dashboard prima..._cloud # Ottieni client_id e client_secret da https://dashboard...

    blog.groupdocs.cloud/it/conversion/convert-xml-...
  5. Compare dos o más archivos de Excel usando la A...

    Compare mediante programación dos o más archivos de Excel mediante una API REST en la nube en Python con GroupDocs.Comparison Cloud SDK para Python....Por favor, obtenga su ID de cliente y secreto del tablero antes...agregar su ID de cliente y secreto en el código. client_id = '659f...

    blog.groupdocs.cloud/es/comparison/compare-exce...
  6. Ruby에서 REST API를 사용하여 HTML을 PDF로 변환

    무료 온라인 변환기를 사용하여 HTML 파일을 PDF 형식으로 즉시 변환하십시오. 이 문서는 Ruby에서 REST API를 사용하여 HTML을 PDF로 변환하는 방법에 관한 것입니다....cloud에서 client_id 및 client_secret을 받으십시오. # http://api...'groupdocs_conversion_cloud' @client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/ko/conversion/convert-html...
  7. Gabungkan Dokumen Word di C# | Gabungkan File D...

    Pelajari cara menggabungkan beberapa dokumen Word (DOC, DOCX) menjadi satu file menggunakan REST API. Panduan kami dengan contoh kode C# untuk mengotomatiskan penggabungan file Word....juga memerlukan Client ID dan Client Secret Anda, yang bisa didapatkan...Configuration dengan Client ID dan Client Secret. Instansikan sebuah...

    blog.groupdocs.cloud/id/merger/merge-word-docum...
  8. تبدیل XML به PDF در پایتون با استفاده از REST API

    با استفاده از GroupDocs.Conversion Cloud REST API به سرعت XML را به PDF تبدیل کنید. این مقاله در مورد نحوه تبدیل XML به PDF در پایتون با استفاده از REST API است....از ثبت نام رایگان، client_id و client_secret را از https://dashboard...groupdocs.cloud دریافت کنید. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/fa/conversion/convert-xml-...
  9. 使用 Ruby 将多种文件类型合并到一个文档中

    如何使用 Ruby 将多种文件类型合并到一个文档中...require 'groupdocs_merger_cloud' @client_id = "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx"...x-xxxxxxxxxxxxx" @client_secret = "xxxxxxxxxxxxxxxxxxxx" # 定义您的存储名称...

    blog.groupdocs.cloud/zh/merger/merge-multiple-f...
  10. 在 Python 中将 SVG 转换为 JPG 并将 JPG 转换为 SVG

    使用 python 将 SVG 图像转换为 JPG 并将图像格式 JPG 转换为特定大小或 dpi 的 SVG。让我们看看如何在 Python 中将 SVG 转换为 JPG 以及将 JPG 转换为 SVG...ud 在执行上述步骤之前,请从仪表板获取 Client ID 和 Secret 。获得 ID 和密码后,添加如下所示的代码:...groupdocs.cloud 获取 client_id 和 client_secretclient_id = "xxxxxxx...

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