Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 16,039 for

combine

(0.08 sec)
  1. Scalanie plików Excel przy użyciu C#

    Postępuj zgodnie z tym artykułem, aby scalać pliki Excel przy użyciu C#. Zawiera on szczegóły dotyczące konfiguracji IDE, listę kroków oraz przykładowy kod do łączenia wielu plików Excel przy użyciu C#....Workbook przy użyciu metody Combine Zapisz wyżej wymieniony pierwszy...plikiem Excel przy użyciu metody Combine. Kod do łączenia dokumentów...

    kb.aspose.com/pl/cells/net/merge-excel-files-us...
  2. Wie füge ich ein Bild zu HTML hinzu? – Aspose.H...

    Lernen Sie, wie Sie mit C# Bilder in HTML einfügen können. Lernen Sie verschiedene Methoden kennen, darunter den img-Tag, CSS-Hintergründe und Inline-Stile.... Combine (OutputDir, "add-image.html"...document = new HTMLDocument(Path. Combine (DataDir, "file.html" ))) 5...

    docs.aspose.com/html/de/net/how-to-articles/how...
  3. HTML-Dokument bearbeiten – Aspose.HTML for .NET

    Lernen Sie, das Document Object Model zu lesen oder zu ändern, ein HTML-Element zu erstellen und Inline-CSS, internes CSS und externes CSS zu verwenden.... Combine (OutputDir, "edit-document-tree...file 28 document. Save (Path. Combine (OutputDir, "using-dom.html"...

    docs.aspose.com/html/de/net/edit-html-document/
  4. Конвертировать HTML в DOCX – Aspose.HTML for .NET

    Конвертируйте HTML в DOCX с Aspose.HTML. Рассмотрим различные сценарии преобразования HTML в DOCX на примерах C#. Попробуйте онлайн-конвертер HTML.... Combine (OutputDir, "convert-with-single-line...string documentPath = Path. Combine (DataDir, "canvas.html" );...

    docs.aspose.com/html/ru/net/convert-html-to-docx/
  5. 在 PHP 中高效合并演示文稿|Aspose.Slides for PHP 文档

    轻松合并 PowerPoint (PPT, PPTX) 和 OpenDocument (ODP) 演示文稿,使用 Aspose.Slides for PHP via Java,简化您的工作流程。...(); } } $pres1 -> save ( "combined.pptx" , SaveFormat :: Pptx...(); } } $pres1 -> save ( "combined.pptx" , SaveFormat :: Pptx...

    docs.aspose.com/slides/zh/php-java/merge-presen...
  6. آرشیوها

    آرشیوها...Save("combined.pptx", SaveFormat.Pptx); }...pres2.dispose(); } pres1.save("combined.pptx", SaveFormat.Pptx); }...

    blog.aspose.com/fa/slides/merge-ppt-online/
  7. Charger une police à partir d'un fichier TTF | ...

    Solution API .NET pour charger des polices à partir d'un fichier TTF sur votre disque dur même si ce fichier n'est pas une police lui-même....Combine(DataDir, "Montserrat-Regular...file 2 string fontPath = Path.Combine(DataDir, "Montserrat-Regular...

    docs.aspose.com/font/fr/net/how-to-load-fonts/l...
  8. Преобразование SVG в PDF – Aspose.HTML for .NET.

    Конвертируйте SVG в PDF на C# с помощью Aspose.HTML for .NET. Рассмотрим различные сценарии преобразования SVG в PDF на примерах C#.... Combine (DataDir, "shapes.svg" ), new...new PdfSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/ru/net/convert-svg-to-pdf/
  9. Cargar una fuente desde un archivo TTF | C++

    Solución API de C++ para cargar fuentes desde un archivo TTF en su disco duro incluso si este archivo no es una fuente en sí....fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...fontPath = System::IO::Path::Combine(get_DataDir(), u "Montserrat-Regular...

    docs.aspose.com/font/es/cpp/how-to-load-fonts/l...
  10. 档案

    档案...Combine(DataDir, "Courier.pfb"); FontDefinition...settings string outPath = Path.Combine(OutputDir, "Type1ToTtf_out1...

    blog.aspose.com/zh/font/convert-type1-to-ttf/