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

joining

(0.11 sec)
  1. PDF Merger | Unire documenti PDF | Combinare PD...

    Impara come unire documenti PDF in C# .NET. Guida passo-passo per combinare file PDF, concatenare documenti PDF e semplificare i flussi di lavoro con il merger PDF....Join(requestOutput); // More examples...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/it/merger/merge-pdf-files-...
  2. รวมไฟล์ข้อความโดยใช้การรวมไฟล์ TXT

    ติดตั้ง GroupDocs.Merger Cloud SDK สำหรับ Node.js และรวมไฟล์ข้อความโดยทางโปรแกรม การรวมไฟล์ txt นี้ใช้งานง่ายและมีคุณสมบัติที่หลากหลาย...JoinRequest และส่งผ่านไปยังเมธอด join ตัวอย่างโค้ดต่อไปนี้สาธิตวิ...options.outputPath = "Output/joined.txt"; // เริ่มต้นอินสแตนซ์ของคลาส...

    blog.groupdocs.cloud/th/merger/combine-text-fil...
  3. Set Metadata By Property Name Match Regex | Doc...

    This REST API allows to set document metadata new values choosing properties with names matching the specified regular expression. cURL example The following example demonstrates how to set metadata information to all properties that match regular expression “^NameOfApp.*”. 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" # cURL example to join several documents into one curl -v "https://api....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/set-metadata-by-p...
  4. Set Metadata By Property Name Match Exact Phras...

    This REST API allows to set document metadata new values choosing properties with specified name. cURL example The following example demonstrates how to set metadata information to all properties with the exact same name as specified. 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" # cURL example to join several documents into one curl -v "https://api....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/set-metadata-by-p...
  5. C#에서 PowerPoint PPT/PPTX 프레젠테이션 병합 및 결합

    PowerPoint 파일을 하나의 파일로 병합하거나 PPT 파일을 온라인에서 무료로 결합하세요. 이 문서에서는 C#에서 PowerPoint PPT/PPTX 프레젠테이션을 병합하고 결합하는 방법을 다룹니다....마지막으로 JoinRequest로 DocumentApi의 join() 메서드를 호출하여 결과를 얻습니다. 다음 코드... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/ko/merger/merge-powerpoint...
  6. Połącz pliki PNG w Javie

    Programowo łącz pliki PNG w Javie. GroupDocs.Merger oferuje interfejsy API REST na poziomie korporacyjnym i pakiety Cloud SDK, które umożliwiają płynne łączenie plików PNG w jeden.... Wywołaj metodę join , aby połączyć pliki PNG w jeden...JoinRequest(options); // Wywołaj metodę Join, aby połączyć pliki PNG w jeden...

    blog.groupdocs.cloud/pl/merger/combine-png-file...
  7. PDF Merger | Fusionner des documents PDF | Comb...

    Apprenez à fusionner des documents PDF en C# .NET. Guide étape par étape pour combiner des fichiers PDF, concaténer des documents PDF et rationaliser les flux de travail avec le fusionneur PDF....Join(requestOutput); // Plus d'exemples...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/fr/merger/merge-pdf-files-...
  8. 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...
  9. 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...
  10. 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/