Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 1,909 for

jwt

(0.37 sec)
  1. Chuyển DOCX thành PDF trong C# | Trình chuyển đ...

    Dễ dàng chuyển đổi tệp DOC và DOCX sang định dạng PDF chất lượng cao bằng cách sử dụng REST API. Tìm hiểu cách chuyển đổi tệp DOC, DOCX sang pdf trực tuyến....tiên quyết là tạo một token JWT bằng cách sử dụng thông tin xác...accessToken bằng mã thông báo JWT truy cập cá nhân. DOC sang PDF...

    blog.groupdocs.cloud/vi/conversion/convert-doc-...
  2. C#: Chuyển đổi MPP sang Excel | Xuất MS Project...

    Học cách chuyển đổi tệp Microsoft Project (MPP) sang Excel (XLS/XLSX) trực tuyến. Hướng dẫn từng bước để xuất dữ liệu MS Project sang Excel để phân tích dễ dàng....tạo một mã thông báo truy cập JWT và sau đó, thực hiện lệnh cURL...ACCESSTOKEN với mã thông báo truy cập JWT cá nhân hóa. Nếu yêu cầu của...

    blog.groupdocs.cloud/vi/conversion/convert-mpp-...
  3. تحويل HTML إلى مستند Word عبر الإنترنت | تحويل ...

    تحويل سهل وبسيط من HTML إلى مستند Word باستخدام واجهة برمجة التطبيقات REST الخاصة بـ Java. استخدم واجهة برمجة التطبيقات REST الخاصة بـ Java لتحويل ملف HTML إلى مستند MS Word DOC أو DOCX على الإنترنت...أولاً، نحتاج إلى إنشاء رمز وصول JWT ثم تنفيذ أمر cURL التالي لتحويل...الناتج، و accessToken برمز الوصول JWT المخصص. لحفظ مستند Word الناتج...

    blog.groupdocs.cloud/ar/conversion/convert-html...
  4. Java: Convertire MPP in HTML | Sviluppare MPP i...

    Scopri come convertire i file Microsoft Project (MPP) in HTML online utilizzando REST API. Condividi e visualizza facilmente i piani di progetto in qualsiasi browser web....generare un token di accesso JWT basato sulle credenziali del...accessToken con un token di accesso JWT personalizzato. Puoi considerare...

    blog.groupdocs.cloud/it/conversion/convert-mpp-...
  5. Convertire ODS in Excel | ODS in Excel utilizza...

    Scopri come convertire ODS in Excel (XLSX) utilizzando una REST API senza sforzo. Esplora i vantaggi della conversione da ODS a Excel per una compatibilità dei dati senza soluzione di continuità....generare un token di accesso JWT. Quindi, eseguire il seguente...accessToken con un token di accesso JWT personalizzato. Se vuoi salvare...

    blog.groupdocs.cloud/it/conversion/convert-ods-...
  6. Online HTML to Word Document | Convert HTML to ...

    Conversione facile e semplice da HTML a documento Word utilizzando Java REST API. Utilizza Java REST API per convertire il file HTML in documento MS Word DOC o DOCX online...generare un token di accesso JWT e poi eseguire il seguente comando...accessToken con il token di accesso JWT personalizzato. Per salvare il...

    blog.groupdocs.cloud/it/conversion/convert-html...
  7. Get list of changes without cloud storage | Doc...

    GroupDocs.Comparison Cloud allows you to get a list of changes between source and target documents by sending the files directly in the request body as multipart/form-data. No prior upload to cloud storage is required. This is especially useful when you already have the document bytes in memory or on disk and prefer a single round-trip call instead of a separate upload step. API usage The PUT /comparison/changes endpoint accepts files as multipart/form-data form fields:...\ -H "Authorization: Bearer $JWT_TOKEN " \ -F "sourceFile=@source..."Authorization: Bearer $env:JWT_TOKEN" ` -F "sourceFile=@source...

    docs.groupdocs.cloud/comparison/get-changes-wit...
  8. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/create-document-...
  9. Extract Annotations | Documentation

    Get method allows to retrieve all added annotations for given document as list of json objects 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 Download document with annotations Extract or Delete annotations HTTP POST ~/annotation/extract Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{"FilePath":"annotationdocs/input..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FilePath': '...

    docs.groupdocs.cloud/annotation/extract-annotat...
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages....\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {..."Authorization: Bearer $env:JWT_TOKEN" ` -d "{ 'FileInfo': {...

    docs.groupdocs.cloud/merger/move-pages/