Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 14,896 for

combine

(0.08 sec)
  1. تبدیل فایل XML به TIFF با استفاده از C# | Aspos...

    کد نمونه برای تبدیل XML ‑به‑ TIFF در .NET. از کد مثال API برای تبدیل دسته XML ‑به‑ TIFF در VB.NET، ASP.NET یا هر برنامه مبتنی بر .NET استفاده کنید.... Combine ( dataDir , "xml-to-pdf.xml"...xml" ); var xslFile = Path . Combine ( dataDir , "xml-to-pdf.xsl"...

    products.aspose.com/pdf/fa/net/conversion/xml-t...
  2. تبدیل فایل XML به EPUB با استفاده از C# | Aspos...

    کد نمونه برای تبدیل XML ‑به‑ EPUB در .NET. از کد مثال API برای تبدیل دسته XML ‑به‑ EPUB در VB.NET، ASP.NET یا هر برنامه مبتنی بر .NET استفاده کنید.... Combine ( dataDir , "xml-to-pdf.xml"...xml" ); var xslFile = Path . Combine ( dataDir , "xml-to-pdf.xsl"...

    products.aspose.com/pdf/fa/net/conversion/xml-t...
  3. Effizientes Zusammenführen von Präsentationen a...

    PowerPoint (PPT, PPTX) und OpenDocument (ODP) Präsentationen mühelos mit Aspose.Slides für Android via Java zusammenführen und Ihren Arbeitsablauf optimieren.... save ( "combined.pptx" , SaveFormat . Pptx...dispose (); } pres1 . save ( "combined.pptx" , SaveFormat . Pptx...

    docs.aspose.com/slides/de/androidjava/merge-pre...
  4. Effizientes Zusammenführen von Präsentationen i...

    Müheloses Zusammenführen von PowerPoint (PPT, PPTX) und OpenDocument (ODP) Präsentationen mit Aspose.Slides für C++, um Ihren Arbeitsablauf zu optimieren....slide ); } pres1 -> Save ( u "combined.pptx" , SaveFormat :: Pptx...true ); } pres1 -> Save ( u "combined.pptx" , SaveFormat :: Pptx...

    docs.aspose.com/slides/de/cpp/merge-presentation/
  5. Устройство рендеринга – Rendering Device – Aspo...

    Узнайте, как использовать устройства рендеринга – PdfDevice, XpsDevice, DocDevice и ImageDevice для рендеринга HTML в PDF, XPS, DOCX и изображения.... Combine (OutputDir, "document.pdf"...string documentPath = Path. Combine (DataDir, "spring.html" );...

    docs.aspose.com/html/ru/net/rendering-device/
  6. Supported File Formats | Aspose.ZIP for .NET

    C# .NET library for developers to work with popular archive formats like ZIP, TAR, GZIP, and more. Learn the input and output file formats supported by Aspose.ZIP API solution for .NET.... Can be combined with gz, bzip2, lz, xz, z...Lzip LZ4 LZMA Distinct or combined with tar or cpio. Unix File...

    docs.aspose.com/zip/net/supported-file-formats/
  7. 아카이브

    아카이브...Combine 메서드를 사용하여 두 번째 통합 문서를 첫 번째...xlsx"); // 통합 문서 결합 SourceBook1.Combine(SourceBook2); // 대상 Excel 파일...

    blog.aspose.com/ko/cells/merge-excel-files-csharp/
  8. Archivo

    Archivo... Combine hojas de Excel en un solo archivo...xlsx"); // Merge Files book1.Combine(book2); // Save Merged File...

    blog.aspose.com/es/cells/merge-excel-xls-online/
  9. Lưu trữ

    Lưu trữ...Combine. Cuối cùng, lưu sổ làm việc...hợp sổ làm việc SourceBook1.Combine(SourceBook2); // Lưu tệp Excel...

    blog.aspose.com/vi/cells/merge-excel-files-csharp/
  10. PDF ถึง JPEG ผสานโดยใช้ C# | Aspose.PDF

    รวมเอกสาร PDF สองไฟล์ขึ้นไปเป็นไฟล์เดียว JPEG แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET... Combine ( dataDir , "1.pdf" ); var...var inputFile2 = Path . Combine ( dataDir , "2.pdf" ); var outputFileTemplate...

    products.aspose.com/pdf/th/net/merger/pdf-to-jpeg/