Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 3,320 for

merging

(0.04 sec)
  1. ادغام و تقسیم فایل های CSV در C# - GroupDocs.Me...

    این مقاله توضیح می‌دهد که چگونه فایل‌های CSV را با استفاده از زبان C# و API GroupDocs.Merger for .NET ادغام و تقسیم کنیم. مدیریت داده‌ها را با مدیریت مؤثر فایل ساده کنید....example demonstrates how to merge multiple CSV files into a single...Path.Combine(outputFolder, "merged.csv" ); // Load the source...

    blog.groupdocs.com/fa/merger/merge-and-split-cs...
  2. รวมไฟล์ PowerPoint ออนไลน์ | การควบรวมกิจการ PP...

    รวมไฟล์งานนำเสนอ PowerPoint สองไฟล์ขึ้นไปแบบออนไลน์เป็นไฟล์เดียว รวมสไลด์ทั้งหมดหรือรวมเฉพาะสไลด์เฉพาะของไฟล์ PPT/PPTX หลายไฟล์ทางออนไลน์และโดยทางโปรแกรม...Save("/path/merged-presentation.pptx"); } คุณ...merger.join("document_to_merge.docx"); // Merge the document merger...

    blog.groupdocs.com/th/merger/merge-powerpoint-p...
  3. Combinar archivos de PowerPoint en línea | Fusi...

    Combine dos o más archivos de presentación de PowerPoint en línea en uno. Combine todas las diapositivas o una solo las diapositivas específicas de varios archivos PPT/PPTX en línea y mediante programación....Save("/path/merged-presentation.pptx"); } Puede...merger.join("document_to_merge.docx"); // Merge the document merger...

    blog.groupdocs.com/es/merger/merge-powerpoint-p...
  4. 聯機合併 PowerPoint 文件 | PPT 和 PPTX 合併

    將兩個或多個 PowerPoint 演示文件在線合併為一個。以編程方式在線合併所有幻燈片或僅加入多個 PPT/PPTX 文件的特定幻燈片。...Save("/path/merged-presentation.pptx"); } 您可以進一步了解 Merging Presentations...merger.join("document_to_merge.docx"); // Merge the document merger...

    blog.groupdocs.com/zh-hant/merger/merge-powerpo...
  5. ادغام اسناد Word با استفاده از Java | به همه یا...

    راه Java برای ادغام دو یا چند سند Word در یک فایل واحد. فقط صفحات انتخابی چند فایل Word را در برنامه خود ترکیب کنید....join("document_to_merge.docx"); // Merge the document merger...join("another_document_to_merge.docx"); // Merge additional documents...

    blog.groupdocs.com/fa/merger/merge-word-files-u...
  6. Fusionner des documents Word à l'aide de C# | R...

    C# façon de fusionner deux ou plusieurs documents Word en un seul fichier. Combinez uniquement les pages sélectives de plusieurs fichiers Word dans votre application .NET....Join("document_to_merge.docx"); // Merge the document merger...Join("another_document_to_merge.docx"); // Merge additional documents...

    blog.groupdocs.com/fr/merger/merge-word-files-u...
  7. Объединение презентаций и слайдов PowerPoint с ...

    Объединение презентаций PowerPoint с помощью C#. Кроме того, объединяйте определенные слайды файлов PPT/PPTX с помощью API слияния .NET от GroupDocs....Merge for .NET в приведенных ниже...презентацию с помощью класса Merge . Объедините вторую презентацию...

    blog.groupdocs.com/ru/merger/merge-powerpoint-p...
  8. Hợp nhất các tài liệu Word bằng Java | Tham gia...

    Cách Java để hợp nhất hai hoặc nhiều tài liệu Word thành một tệp. Chỉ kết hợp các trang chọn lọc của nhiều tệp Word trong ứng dụng của bạn....join("document_to_merge.docx"); // Merge the document merger...join("another_document_to_merge.docx"); // Merge additional documents...

    blog.groupdocs.com/vi/merger/merge-word-files-u...
  9. 使用 C# 合併 Word 文檔 |加入所有或選定的頁面

    C# 方法將兩個或多個 Word 文檔合併為一個文件。在 .NET 應用程序中僅組合多個 Word 文件的選擇性頁面。...Join("document_to_merge.docx"); // Merge the document merger...Join("another_document_to_merge.docx"); // Merge additional documents...

    blog.groupdocs.com/zh-hant/merger/merge-word-fi...
  10. ادغام ارائه های PPTX در Node.js - GroupDocs.Merger

    این مقاله نشان می دهد که چگونه فایل های ارائه PPTX را در Node.js با استفاده از API GroupDocs.Merger for Node.js via Java با مثال های کد ساده ادغام کنید.... log ( `Merged presentation will be saved...Add additional PPTX files to merge merger . join ( inputFilePath...

    blog.groupdocs.com/fa/merger/merge-pptx-in-nodejs/