Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,863 for

jwt

(0.25 sec)
  1. Node.js içinde Word'u PDF'ye dönüştür | DOCX'i ...

    Microsoft Word belgelerini (DOC, DOCX) PDF'ye dönüştürmeyi Node.js API kullanarak öğrenin. Word'den PDF'ye dönüşüm için güvenilir ve ölçeklenebilir bir REST API....\ -H "Authorization: Bearer <JWT_TOKEN>" \ -H "accept: application/json"...JWTTOKEN ‘ı kişiselleştirilmiş JWT erişim belirteciyle değiştirin...

    blog.groupdocs.cloud/tr/conversion/convert-doc-...
  2. CSV'yi JSON'a dönüştürün | C# .NET'te CSV'yi JS...

    Adım adım kılavuzumuzla CSV dosyalarını kolayca JSON formatına nasıl dönüştüreceğinizi öğrenin. CSV'yi kolaylıkla JSON'a aktarın....göre bir JWT erişim belirteci oluşturmaktır ve JWT belirtecini...accessToken ı kişiselleştirilmiş JWT erişim belirteciyle değiştirin...

    blog.groupdocs.cloud/tr/conversion/convert-csv-...
  3. CSV ke HTML | Konversi CSV ke Tabel HTML di C# ...

    Temukan cara mengonversi file CSV ke HTML dengan lancar menggunakan C# .NET. Mudah Mengonversi data yang dipisahkan koma menjadi HTML online....pertama adalah membuat token akses JWT berdasarkan kredensial klien...dan setelah kami membuat token JWT, silakan jalankan perintah cURL...

    blog.groupdocs.cloud/id/conversion/convert-csv-...
  4. Konversi HTML ke PDF di C# .NET

    Temukan bagaimana GroupDocs.Cloud Conversion API menyederhanakan konversi HTML ke PDF. Konversi HTML ke PDF secara terprogram dengan mudah menggunakan C# .NET....token akses JWT. Setelah kami memiliki token JWT, silakan jalankan...dan accessToken dengan token JWT yang dihasilkan di atas. Aplikasi...

    blog.groupdocs.cloud/id/conversion/convert-html...
  5. เปรียบเทียบไฟล์ PDF | เปรียบเทียบเอกสาร PDF ใน C#

    วิธีเปรียบเทียบไฟล์ PDF อย่างมีประสิทธิภาพด้วย GroupDocs.Comparison Cloud SDK คำแนะนำโดยละเอียดของเราให้คำแนะนำทีละขั้นตอนเพื่อเปรียบเทียบไฟล์ PDF สองไฟล์...ถึง JWT ตามข้อมูลประจำตัวไคลเอ็นต์ เมื่อเรามีโทเค็น JWT แล้ว...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล เปรียบเทียบเอกสาร PDF...

    blog.groupdocs.cloud/th/comparison/compare-pdf-...
  6. Excel เป็น JSON | เครื่องมือแปลง XLS เป็น JSON ...

    วิธีแปลง Excel เป็นรูปแบบ JSON โดยใช้ C# .NET เทคนิคจากผู้เชี่ยวชาญในการแปลงเอกสาร XLS และ XLSX เป็นข้อมูล JSON...รเข้าถึง JWT ส่วนบุคคล ดังนั้น เมื่อคุณมีโทเค็น JWT แล้ว โปรดดำเนินการคำสั่ง...accessToken ด้วยโทเค็นการเข้าถึง JWT ส่วนบุคคล โปรแกรมแปลง Excel เป็น...

    blog.groupdocs.cloud/th/conversion/convert-exce...
  7. File Dibatasi Koma ke Excel | CSV ke Excel dala...

    Konversikan file yang dibatasi koma ke Excel menggunakan C# .NET. Simpan nilai csv yang dipisahkan koma ke buku kerja Excel dengan C#....pertama adalah membuat token akses JWT berdasarkan kredensial klien...dan setelah kami membuat token JWT, silakan jalankan perintah cURL...

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

    docs.groupdocs.cloud/watermark/replace-watermarks/
  9. 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....\ -H "Authorization: Bearer $JWT_TOKEN " Windows PowerShell #..."Authorization: Bearer $env:JWT_TOKEN" Windows CMD rem First...

    docs.groupdocs.cloud/editor/get-supported-file-...
  10. 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....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

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