Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 5,833 for

client secret

(0.45 sec)
  1. पायथन में REST API का उपयोग करके Word फ़ाइलों स...

    पायथन के लिए दस्तावेज़ एनोटेशन क्लाउड एसडीके के साथ पायथन में क्लाउड पर REST API का उपयोग करके प्रोग्रामेटिक रूप से एनोटेशन निकालें या निकालें।...नीचे दिखाए गए कोड में जोड़ें: client_id = "da0c487d-c1c0-45ae-b7bf-43eaf53c5ad5"...7bf-43eaf53c5ad5" client_secret = "479db2b01dcb93a3d4d2" configuration...

    blog.groupdocs.cloud/hi/annotation/extract-or-r...
  2. Edytuj metadane dokumentu Word w Javie: najleps...

    Dowiedz się, jak edytować metadane dokumentu Word w języku Java przy użyciu GroupDocs.Metadata Cloud SDK. Ten przewodnik przeprowadza przez konfigurację, przykład kodu oraz wskazówki dotyczące wydajności...."YOUR_CLIENT_ID" ); config . setClientSecret ( "YOUR_CLIENT_SECRET"...application/json" \ -d '{"client_id":"YOUR_CLIENT_ID","client_secret":"YOUR_CLIENT_SECRET"}'...

    blog.groupdocs.cloud/pl/metadata/best-practices...
  3. Edit Metadata Dokumen Word di Java: Praktik Ter...

    Pelajari cara mengedit metadata dokumen Word di Java dengan GroupDocs.Metadata Cloud SDK. Panduan ini menjelaskan pengaturan, contoh kode, dan tips kinerja...."YOUR_CLIENT_ID" ); config . setClientSecret ( "YOUR_CLIENT_SECRET"...application/json" \ -d '{"client_id":"YOUR_CLIENT_ID","client_secret":"YOUR_CLIENT_SECRET"}'...

    blog.groupdocs.cloud/id/metadata/best-practices...
  4. 如何在 Ruby 中將多個文本文件組合或合併為一個文件

    我們的文本合併器允許您將多個文本文件組合成單個文本文件。讓我們學習如何在 Ruby 中將多個文本文件組合或合併為一個文件。...cloud 獲取您的 client_id 和 client_secret。 @app_sid = "xxxx...ntApi.from_keys(@client_id, @client_secret) @item1 = GroupDo...

    blog.groupdocs.cloud/zh-hant/merger/how-to-comb...
  5. 如何在 Ruby 中将多个文本文件组合或合并为一个文件

    我们的文本合并器允许您将多个文本文件组合成单个文本文件。让我们学习如何在 Ruby 中将多个文本文件组合或合并为一个文件。...cloud 获取您的 client_id 和 client_secret。 @app_sid = "xxxx...ntApi.from_keys(@client_id, @client_secret) @item1 = GroupDo...

    blog.groupdocs.cloud/zh/merger/how-to-combine-o...
  6. Как объединить несколько документов Word с помо...

    Наш API предназначен для онлайн-объединения документов и файлов различных форматов. Эта статья о том, как объединить несколько текстовых документов с помощью Python....groupdocs_merger_cloud # Получите client_id и client_secret с https://dashboard...после бесплатной регистрации. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/ru/merger/how-to-combine-m...
  7. Gabungkan dan Gabungkan File PPT/PPTX PowerPoin...

    Anda dapat menggabungkan dan menggabungkan dua presentasi PowerPoint menjadi satu. Artikel ini adalah tentang cara menggabungkan dan menggabungkan file PowerPoint PPT/PPTX dengan Python....groupdocs_merger_cloud # Dapatkan client_id dan client_secret dari https://dashboard...setelah pendaftaran gratis. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/id/merger/combine-and-merg...
  8. Jak łączyć wiele dokumentów Word za pomocą Python

    Nasze API jest przeznaczone do łączenia dokumentów i plików w różnych formatach online. Ten artykuł dotyczy łączenia wielu dokumentów tekstowych za pomocą Python....groupdocs_merger_cloud # Pobierz client_id i client_secret z https://dashboard...po bezpłatnej rejestracji. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/pl/merger/how-to-combine-m...
  9. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some text) 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...."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/annotation/text-redaction-...
  10. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api...."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/annotation/area-annotation/