Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,362 for

joining

(0.06 sec)
  1. Unisci file PNG in Node.js - Libreria di fusion...

    GroupDocs.Merger offre Cloud SDK per Node.js per unire le immagini PNG a livello di codice. Gli sviluppatori Node.js possono installare facilmente questa API e invocare vari metodi....JoinRequest e passala al metodo join per unire i file JPG. Il seguente...al metodo join per unire i file JPG. documentApi.join(new merger_cloud...

    blog.groupdocs.cloud/it/merger/merge-png-files-...
  2. Extract Metadata By Possible Tag Name | Documen...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to extract metadata creator information from all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....application/json" # cURL example to join several documents into one curl...application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  3. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api.groupdocs.cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents into one curl -v 'https://api....'Accept: application/json' # Join several documents into one curl...'Accept: application/json' # Join several documents into one curl...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  4. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....application/json" # cURL example to join several documents into one #...application/json" # cURL example to join several documents into one #...

    docs.groupdocs.cloud/parser/get-container-items...
  5. Extract Whole Metadata Tree | Documentation

    This REST API allows to extract whole metadata properties tree. cURL example The following example demonstrates how to retrieve all metadata properties. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example to join several documents into one curl -v "https://api.groupdocs.cloud/v1.0/metadata" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_TOKEN" \ -d '{ "FileInfo": { "FilePath": "documents/input....application/json" # Example to join several documents into one curl...application/json" # Example to join several documents into one curl...

    docs.groupdocs.cloud/metadata/extract-whole-met...
  6. PDF 合併器 | 合併 PDF 文件 | 使用 C# 結合 PDFs

    學習如何在 C# .NET 中合併 PDF 文件。逐步指南,結合 PDF 文件、串接 PDF 文檔,以及通過 PDF 合併工具簡化工作流程。...Join(requestOutput); // More examples...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/zh-hant/merger/merge-pdf-f...
  7. Add Metadata By Possible Tag Name | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...."Accept: application/json" # Join several documents into one curl..."Accept: application/json" # Join several documents into one curl...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. PDF 合并器 | 合并 PDF 文档 | 使用 C# 组合 PDF

    学习如何在 C# .NET 中合并 PDF 文档。逐步指南,结合 PDF 文件,连接 PDF 文档,并通过 PDF 合并器简化工作流程。...Join(requestOutput); // 更多示例见 https://github...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/zh/merger/merge-pdf-files-...
  9. PNG Dosyalarını Java'da Birleştirme

    PNG Dosyalarını Java'da programlı olarak birleştirin. GroupDocs.Merger, PNG dosyalarını sorunsuz bir şekilde tek bir dosyada birleştirmek için kurumsal düzeyde REST API'leri ve Bulut SDK'ları sunar....bir dosyada birleştirmek için join yöntemini çağırın. Bir dosya...bir dosyada birleştirmek için join yöntemini çağırın. DocumentResult...

    blog.groupdocs.cloud/tr/merger/combine-png-file...
  10. 在 C# 中合併和組合 PowerPoint PPT/PPTX 演示文稿

    將 Powerpoint 文件合併為一個文件或免費在線合併 PPT 文件。這篇文章介紹瞭如何在 C# 中合併和組合 PowerPoint PPT/PPTX 演示文稿。...JoinRequest 調用 DocumentApi 的 join() 方法得到結果 以下代碼片段顯示瞭如何使用 REST... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/zh-hant/merger/merge-power...