Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 6,097 for

secret client

(0.15 sec)
  1. Kombinujte a slučujte soubory PowerPoint PPT/PP...

    Můžete spojit a sloučit dvě PowerPointové prezentace do jedné. Tento článek je o tom, jak kombinovat a sloučit soubory PowerPoint PPT/PPTX v Pythonu....groupdocs_merger_cloud # Získejte client_id a client_secret z https://dashboard...cloud po bezplatné registraci. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/cs/merger/combine-and-merg...
  2. Python'da PowerPoint PPT/PPTX Dosyalarını Birle...

    İki PowerPoint sunumunu bir araya getirebilir ve birleştirebilirsiniz. Bu makale, Python'da PowerPoint PPT/PPTX dosyalarının nasıl birleştirileceği ve birleştirileceği hakkındadır....adresinden client_id ve client_secret'i edinin. client_id = "xx..."xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" client_secret = "xxxxxxxxxxxxxxxxxxxx"...

    blog.groupdocs.cloud/tr/merger/combine-and-merg...
  3. Cara Menggabungkan Beberapa Dokumen Word menggu...

    API kami dirancang untuk menggabungkan dokumen dan file dalam berbagai format online. Artikel ini adalah tentang cara menggabungkan beberapa dokumen kata menggunakan 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/how-to-combine-m...
  4. Объединение и объединение файлов PowerPoint PPT...

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

    blog.groupdocs.cloud/ru/merger/combine-and-merg...
  5. كيفية دمج مستندات Word متعددة باستخدام Python

    تم تصميم API الخاص بنا لدمج المستندات والملفات بتنسيقات مختلفة عبر الإنترنت. تتناول هذه المقالة كيفية دمج مستندات كلمات متعددة باستخدام Python....groupdocs_merger_cloud # احصل على client_id و client_secret من https://dashboard...cloud بعد التسجيل المجاني. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/ar/merger/how-to-combine-m...
  6. دمج ودمج ملفات PowerPoint PPT / PPTX في Python

    يمكنك دمج ودمج عرضين تقديميين من PowerPoint في عرض واحد. تتناول هذه المقالة كيفية دمج ودمج ملفات PowerPoint PPT / PPTX في Python....groupdocs_merger_cloud # احصل على client_id و client_secret من https://dashboard...cloud بعد التسجيل المجاني. client_id = "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"...

    blog.groupdocs.cloud/ar/merger/combine-and-merg...
  7. Łącz i łącz pliki PowerPoint PPT/PPTX w Python

    Możesz łączyć i scalać dwie prezentacje programu PowerPoint w jedną. Ten artykuł dotyczy łączenia i scalania plików PowerPoint PPT/PPTX w 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/combine-and-merg...
  8. Редагування метаданих Word‑документа в Java: кр...

    Дізнайтеся, як редагувати метадані Word‑документів у Java за допомогою GroupDocs.Metadata Cloud SDK. У цьому посібнику розглядаються налаштування, приклад коду та поради щодо продуктивності...."YOUR_CLIENT_ID" ); config . setClientSecret ( "YOUR_CLIENT_SECRET"...application/json" \ -d '{"client_id":"YOUR_CLIENT_ID","client_secret":"YOUR_CLIENT_SECRET"}'...

    blog.groupdocs.cloud/uk/metadata/best-practices...
  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/