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

combine

(0.14 sec)
  1. Загрузить шрифт из файла TTF | .NET

    Решение .NET API для загрузки шрифтов из файла на жестком диске, даже если этот файл сам по себе не шрифт. Давайте посмотрим, как сделать его из TTF-файла....Combine(DataDir, "Montserrat-Regular...file 2 string fontPath = Path.Combine(DataDir, "Montserrat-Regular...

    docs.aspose.com/font/ru/net/how-to-load-fonts/l...
  2. html을 OneNote로 가져옵니다 | 참고 문서화

    C# 또는 .NET API를 사용하여 HTML 컨텐츠를 OneNote로 가져옵니다....combine (datadir, "sample1.html" ))))...)))) 4 .import (path.combine (datadir, "sample2.html" )))) 5 ...

    docs.aspose.com/note/ko/net/import/import-from-...
  3. CFF to SVG Converter API |.NET

    Convert CFF to SVG using .NET API on Windows. Integrate this native CFF to SVG font conversion functionality into your own solution....the SVG output settings by combining the output directory path...font file name using Path.Combine() Method. The FileStream object...

    products.aspose.com/font/net/conversion/cff-to-...
  4. Архів

    Архів...Save("combined.pptx", SaveFormat.Pptx); }...pres2.dispose(); } pres1.save("combined.pptx", SaveFormat.Pptx); }...

    blog.aspose.com/uk/slides/merge-ppt-online/
  5. Lưu trữ

    Lưu trữ... Phương thức Combine() của lớp này kết hợp một đối...đó, gọi phương thức Diagram.Combine() với đối tượng Diagram để...

    blog.aspose.com/vi/diagram/combine-visio-diagra...
  6. Merge DICOM images via .NET | products.aspose.com

    Try our On-Premise document APIs to merge DICOM image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....In this case, images can be combined both in horizontal and vertical...files with Image.Load method; combining images into new one; save...

    products.aspose.com/imaging/net/merge/dicom/
  7. Merge DJVU images via Java | products.aspose.com

    Try our On-Premise document APIs to merge DJVU files on Java Application....In this case, images can be combined both in horizontal and vertical...files with Image.load method Combining the images into new one Save...

    products.aspose.com/imaging/java/merge/djvu/
  8. Merge EPS images via .NET | products.aspose.com

    Try our On-Premise document APIs to merge EPS image files on .NET Framework, .NET Core, Windows Application, ASP.NET Web Application....In this case, images can be combined both in horizontal and vertical...files with Image.Load method; combining images into new one; save...

    products.aspose.com/imaging/net/merge/eps/
  9. C#를 사용하여 XML 파일을 BMP로 변환합니다 | Aspose.PDF

    .NET에서 XML —에서----BMP 로 변환하기 위한 샘플 코드입니다.VB.NET, ASP.NET 또는 모든.NET 기반 응용 프로그램 내에서 일괄 XML 에서 BMP 로의 일괄 변환에 API 예제 코드를 사용하십시오.... Combine ( dataDir , "xml-to-pdf.xml"...xml" ); var xslFile = Path . Combine ( dataDir , "xml-to-pdf.xsl"...

    products.aspose.com/pdf/ko/net/conversion/xml-t...
  10. HTML 에서 PDF 로 C# 를 사용하여 병합 | Aspose.PDF

    .NET 용 Aspose.PDF 를 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 두 개 이상의 HTML 문서를 하나의 PDF 단일 파일로 결합합니다.... Combine ( dataDir , "page1.html" );...); var inputFile2 = Path . Combine ( dataDir , "page2.html" );...

    products.aspose.com/pdf/ko/net/merger/html-to-pdf/