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

joining

(0.16 sec)
  1. 在 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...
  2. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. 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/parser/extract-text-by-a-p...
  3. Extract Metadata By Property Name Match Exact P...

    This REST API allows to extract metadata properties from the document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from 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. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET. 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/extract-metadata-...
  4. Set Metadata By Possible Tag Name | Documentation

    This REST API allows to set document metadata new values choosing properties to edit 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 set new metadata creator name. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place the Client Id and Secret in the environment variables $CLIENT_ID and $CLIENT_SECRET....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. Set Metadata By Property Name | Documentation

    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 date and time information in all properties that may have names containing “Date” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. 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...
  6. 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-...
  7. 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...
  8. 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-...
  9. 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-...
  10. 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...