Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 16,038 for

combine

(0.09 sec)
  1. .NET 을 사용하여 PDF에서 페이지를 추가, 이동 또는 삭제합니다 | Aspose...

    .NET 용 Aspose.PDF 파일을 사용하여 C# 샘플 코드를 사용하여 문서의 PDF 페이지를 프로그래밍 방식으로 조작할 수 있습니다.... Combine ( dataDir , "AddEmptyPage.pdf)"...); var outputFile = Path . Combine ( dataDir , "AddEmptyPage_out...

    products.aspose.com/pdf/ko/net/pages/
  2. Aspose.Imaging exception "imaging loading faile...

    Getting the following exception when trying to load an heic file into Aspose.Imaging version 25.10 before saving to pdf. I have attached a sample file. Aspose.Imaging.CoreExceptions.ImageLoadException HResult=0x801315…...Combine(folder, @"JOHNZ_HEIC_2_test...image to pdf image.Save(Path.Combine(folder, "output.pdf"), new...

    forum.aspose.com/t/aspose-imaging-exception-ima...
  3. Carpeta de fuentes – cómo instalar usando C#

    Aprenda y obtenga una guía paso a paso sobre cómo configurar la carpeta de fuentes para representar HTML en PDF o imagen usando Aspose.HTML for .NET.... Combine (DataDir, "file.html" ); 5...SetFontsLookupFolder (Path. Combine (DataDir + "fonts" )); 14 15...

    docs.aspose.com/html/es/net/how-to-set-font-fol...
  4. Chuyển đổi CFF thành OTF liền mạch | API cho .NET

    Tìm hiểu cách chuyển đổi CFF thành OTF bằng API .NET. Tích hợp chức năng chuyển đổi phông chữ gốc của CFF thành OTF vào giải pháp của riêng bạn....Combine() . Lưu phông chữ kết quả với...font string fontPath = Path.Combine(DataDir, "CenturyGothic.cff"...

    products.aspose.com/font/vi/net/conversion/cff-...
  5. Schriftartenordner – Installation mit C#

    Lernen Sie Schritt für Schritt, wie Sie mit der Aspose.HTML for .NET Bibliothek den Font-Ordner für das Rendern von HTML in PDF oder Bild festlegen.... Combine (DataDir, "file.html" ); 5...SetFontsLookupFolder (Path. Combine (DataDir + "fonts" )); 14 15...

    docs.aspose.com/html/de/net/how-to-set-font-fol...
  6. Как изменить цвет текста в HTML? Примеры С#

    На примерах C# вы узнаете, как изменить цвет текста в HTML-файле с помощью встроенного и внутреннего CSS.... Combine (OutputDir, "change-paragr...string documentPath = Path. Combine (DataDir, "file.html" ); 8...

    docs.aspose.com/html/ru/net/how-to-articles/how...
  7. Präsentationen effizient in Java zusammenführen...

    Mergen Sie mühelos PowerPoint (PPT, PPTX) und OpenDocument (ODP) Präsentationen mit Aspose.Slides für Java und optimieren Sie Ihren Arbeitsablauf.... save ( "combined.pptx" , SaveFormat . Pptx...} presentation1 . save ( "combined.pptx" , SaveFormat . Pptx...

    docs.aspose.com/slides/de/java/merge-presentation/
  8. Combinar presentaciones de forma eficiente en J...

    Combine sin esfuerzo presentaciones PowerPoint (PPT, PPTX) y OpenDocument (ODP) con Aspose.Slides para Java, simplificando su flujo de trabajo.... save ( "combined.pptx" , SaveFormat . Pptx...} presentation1 . save ( "combined.pptx" , SaveFormat . Pptx...

    docs.aspose.com/slides/es/java/merge-presentation/
  9. Convertir HTML en Markdown – Exemples C# et con...

    Convertissez HTML en MD à l'aide de Aspose.HTML for .NET. Examinez divers scénarios de conversion de HTML en Markdown dans des exemples C#.... Combine (OutputDir, "convert.md" ));...4 string savePath = Path. Combine (OutputDir, "options-output...

    docs.aspose.com/html/fr/net/convert-html-to-mar...
  10. Speichern Sie ein SVG-Dokument – C#

    In dem Artikel erfahren Sie, wie Sie ein SVG-Dokument mithilfe der Aspose.SVG for .NET-Bibliothek in einer Datei, einem Speicherstream, einem ZIP-Archiv oder einer URL speichern.... Combine (OutputDir, "circles_out.svg"...document = new SVGDocument(Path. Combine (DataDir, "circles.svg" )))...

    docs.aspose.com/svg/de/net/save-svg-document/