Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 1,362 for

joining

(0.07 sec)
  1. PDF Merger | Gộp tài liệu PDF | Kết hợp các PDF...

    Hãy học cách gộp các tài liệu PDF trong C# .NET. Hướng dẫn từng bước để kết hợp các tệp PDF, nối các tài liệu PDF, và tinh chỉnh quy trình làm việc với PDF merger....Join(requestOutput); // More examples...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/vi/merger/merge-pdf-files-...
  2. Nối các tài liệu Word bằng cách sử dụng Trình h...

    Hãy làm theo hướng dẫn này để tìm hiểu cách nối tài liệu Word theo chương trình. GroupDocs.Merger đã cung cấp SDK đám mây và API REST để hợp nhất các tài liệu Word....và chuyển nó vào phương thức join . Đoạn mã sau đây cho biết cách...options.outputPath = "Output/joined.docx"; // Khởi tạo một thể...

    blog.groupdocs.cloud/vi/merger/join-word-docume...
  3. Unisci file JPG in Node.js | Fusione JPG gratuita

    Segui questo post del blog per unire i file JPG in Node.js. GroupDocs.Merger fornisce Cloud SDK, API REST e uno strumento online per combinare file JPG....JoinRequest e passalo al metodo join per unire i file JPG. Copia...al metodo join per unire i file JPG. documentApi.join(new merger_cloud...

    blog.groupdocs.cloud/it/merger/merge-jpg-files-...
  4. PDF Merger | รวมเอกสาร PDF | รวม PDF ด้วย C#

    เรียนรู้วิธีการรวมเอกสาร PDF ใน C# .NET เรียนตามขั้นตอนเพื่อรวมไฟล์ PDF, เชื่อมต่อเอกสาร PDF และปรับปรุงกระบวนการทำงานด้วย PDF merger....Join(requestOutput); // More examples...var response = newApiInstance.Join(requestOutput); }catch(Exception...

    blog.groupdocs.cloud/th/merger/merge-pdf-files-...
  5. Sign PDF with Stamp using REST API in Node.js |...

    Programmatically merge documents of different file types using a REST API on the cloud in Python with GroupDocs.Merger Cloud SDK for Python.... Finally, call the join() method and save the merged...output file. Finally, call the join() method and save the merged...

    blog.groupdocs.cloud/merger/merge-documents-of-...
  6. Слияние и объединение презентаций PowerPoint PP...

    Объединяйте файлы Powerpoint в один файл или объединяйте файлы PPT онлайн бесплатно. В этой статье рассказывается, как объединять и комбинировать презентации PowerPoint PPT/PPTX в C#....получите результаты, вызвав метод join() DocumentApi с JoinRequest... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/ru/merger/merge-powerpoint...
  7. دمج ودمج عروض PowerPoint PPT / PPTX التقديمية ف...

    دمج ملفات Powerpoint في ملف واحد أو دمج ملفات PPT عبر الإنترنت مجانًا. تتناول هذه المقالة كيفية دمج ودمج عروض PowerPoint PPT / PPTX التقديمية في C#....النتائج عن طريق استدعاء طريقة Join() الخاصة بـ DocumentApi مع JoinRequest... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/ar/merger/merge-powerpoint...
  8. C#でWord文書を結合する | オンラインでDOC/DOCXファイルをマージする

    複数の Word (DOC, DOCX) ドキュメントを REST API を使用して単一のファイルに結合する方法を学びます。私たちのガイドには、Word ファイルのマージを自動化するための C# コードの例が含まれています。... Word 文書を組み合わせるには、 Join メソッドを呼び出します。 以下のコードスニペットをメイ...文書を結合するには、Join メソッドを呼び出します。 var response = documentApi.Join(request);...

    blog.groupdocs.cloud/ja/merger/merge-word-docum...
  9. 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...
  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/