Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,382 for

joining

(0.08 sec)
  1. PDF Dateien mit einer REST-API zusammenführen |...

    Führen Sie mehrere PDF Dateien programmgesteuert mithilfe einer REST-API in der Cloud in C# zusammen. Verwenden Sie die REST-API für die Dokumentzusammenführung, um zwei oder mehr Dateien mithilfe des .NET SDK zu kombinieren....Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/de/merger/merge-multiple-p...
  2. Combinar archivos PDF usando una API REST | Com...

    Combine mediante programación varios archivos PDF mediante una API REST en la nube en C#. Utilice la API REST de fusión de documentos para combinar dos o más archivos mediante .NET SDK....Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/es/merger/merge-multiple-p...
  3. Supported Document Formats | Documentation

    The following table indicates the file formats that GroupDocs.Merger Cloud can work with. Format Description Join Split Trim Move page Remove pages Swap pages Change page orientation Rotate pages Cross-format merge to PDF / XPS Cross-format merge to DOC / DOCX DOC Microsoft Word Document DOCX Microsoft Word Open XML Document DOCM Word Open XML Macro-Enabled Document DOT Word Document Template DOTX Word Open XML Document Template DOTM Word Open XML Macro-Enabled Document Template RTF Rich Text Format File ODT OpenDocument Text Document OTT OpenDocument Document Template HTML Hypertext Markup Language File MHT MHTML Web Archive MHTML MIME HTML PDF Portable Document Format File XPS XML Paper Specification File TEX LaTeX Source Document EPUB Open eBook File PPT Microsoft PowerPoint 97-2003 Presentation PPTX Microsoft PowerPoint Presentation PPS Microsoft PowerPoint 97-2003 Slide Show PPSX Microsoft PowerPoint Slide Show ODP OpenDocument Presentation OTP OpenDocument Presentation Template XLS Microsoft Excel 97-2003 Worksheet XLSX Microsoft Excel Worksheet XLSB Microsoft Excel Binary Worksheet XLSM Microsoft Excel Macro-Enabled Worksheet XLT Microsoft Excel Template File XLTX Excel Open XML Spreadsheet Template XLTM Excel Open XML Macro-Enabled Spreadsheet Template ODS OpenDocument Spreadsheet VSDX Microsoft Visio Drawing VSDM Microsoft Visio Macro-Enabled Drawing VSSX Microsoft Visio Stencil VSSM Microsoft Visio Macro-Enabled Stencil VSTX Microsoft Visio Template VSTM Microsoft Visio Macro-Enabled Template VDX Microsoft Visio 2003-2010 XML Drawing VSX Microsoft Visio 2003-2010 XML Stencil VTX Microsoft Visio 2003-2010 XML Template ONE Microsoft OneNote TXT Plain Text File ERR Error Log File CSV Comma Separated Values File TSV Tab Separated Values File... Format Description Join Split Trim Move page Remove...

    docs.groupdocs.cloud/merger/supported-document-...
  4. راه حل REST API برای ادغام و تقسیم اسناد | Grou...

    GroupDocs.Merger Cloud یک راه حل REST API برای ادغام و تقسیم اسناد مانند PDF، اسناد پردازش کلمه، صفحات گسترده و فرمت های پشتیبانی شده بیشتر است....0/merger/join" -H "accept: application/json"...response = apiInstance_Document.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/fa/merger/a-rest-api-solut...
  5. 使用 REST API 合并 PDF 文件 |合并 PDF 中的特定页面

    在 C# 中使用云上的 REST API 以编程方式合并多个 PDF 文件。使用文档合并 REST API 使用 .NET SDK 合并两个或多个文件。...Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/zh/merger/merge-multiple-p...
  6. REST API를 사용하여 PDF 파일 병합 | PDF의 특정 페이지 결합

    C#의 클라우드에서 REST API를 사용하여 여러 PDF 파일을 프로그래밍 방식으로 병합합니다. 문서 병합기 REST API를 사용하여 .NET SDK를 사용하여 둘 이상의 파일을 결합합니다....Join(request); Console.WriteLine("Output... var response = documentApi.Join(request); Console.WriteLine("Output...

    blog.groupdocs.cloud/ko/merger/merge-multiple-p...
  7. Kết hợp tài liệu Word trong C#

    Hãy cùng tìm hiểu cách kết hợp các tài liệu Word trong C#. GroupDocs.Merger cung cấp SDK đám mây và API REST để hợp nhất các tài liệu Word theo chương trình....JoinRequest(options); // Gọi phương thức Join để kết hợp các tài liệu Word... var response = documentApi.Join(request); Console.WriteLine("Successfully...

    blog.groupdocs.cloud/vi/merger/combine-word-doc...
  8. Combiner des feuilles Excel en Java - Fusion de...

    Installez les SDK GroupDocs.Merger Cloud et développez votre propre fusion de fichiers Excel par programme. Combinez des feuilles Excel en Java à l'aide des SDK Cloud et des API REST.... La fonction join combinera les feuilles Excel...DocumentResult response = apiInstance.join(request); System.out.println("Output...

    blog.groupdocs.cloud/fr/merger/combine-excel-sh...
  9. Convert JPG to HTML using a Free Web Page Gener...

    No credit card is needed to use a free web page generator. Let's use an online version of Groupdocs.Conversion SDKS & REST APIs to convert JPG to HTML....to PDF using a File Converter Join Word Documents using a Word...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  10. Delete Template | Documentation

    This REST API provides the functionality to remove files which no more useful in Parse endpoint. You can use storage methods to remove template files as well. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resources The following GroupDocs.Parser Cloud REST API resource has been used in the Delete Template example....application/json" # cURL example to join several documents into one curl...

    docs.groupdocs.cloud/parser/delete-template/