Sort Score
Result 10 results
Languages All
Labels All
Results 6,871 - 6,880 of 61,574 for

paths

(0.27 sec)
  1. Load a font from TTF file | C++

    C++ API solution to load fonts from a file on your hard drive even if this file is not a font inself. Let’s look at how to make it from a TTF file....fulfil the operation: Construct path to the file. Initiate object...the font. Copy 1 // Construct path to the file 2 System::String...

    docs.aspose.com/font/cpp/how-to-load-fonts/load...
  2. XPSファイル内の画像の操作 | Python

    XPSファイルにシンプルな画像またはタイル画像を登録する方法は、Aspose.Page APIソリューションで解決できます。Pythonでの機能の使い方については、こちらをご覧ください。... Copy 1 # The path to the documents directory....an Image 6 path = doc. add_path (doc. create_path_geometry (...

    docs.aspose.com/page/ja/python-net/xps/working-...
  3. Font Folder – How to Install using Aspose.HTML ...

    Learn and get a step-by-step guide on how to set font folder to render HTML to PDF or Image using the Aspose.HTML for .NET library....conversion 2 3 // Prepare a path to a source HTML file 4 string...string documentPath = Path. Combine (DataDir, "file.html" ); 5 6...

    docs.aspose.com/html/net/how-to-set-font-folder/
  4. Node.jsとC++を使用したワークブックまたはシートの読み込み時にオブジェクトをフィルタ|...

    Aspose.Cells for Node.js via C++を利用して、ワークブックやシートのデータをフィルタする方法を学びます。... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/ja/nodejs-cpp/filter-obje...
  5. Novedades 2024|Aspose.PDF for .NET

    Esta página presenta las características nuevas más populares en Aspose.PDF for .NET introducidas en 2024....ConvertPdfToPdfx1Usi () { // The path to the documents directory var...Delete ) { // Pass the full path to the external ICC profile...

    docs.aspose.com/pdf/es/net/whatsnew/2024/
  6. Archivio

    Archivio...GraphicsPath _path; private System.Drawing.PointF...Drawing2D.GraphicsPath path) { _path = path; } public void MoveTo(MoveTo...

    blog.aspose.com/it/font/render-text-with-truety...
  7. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...Presentation(ppt_path) as presentation: for i in range(slide_count):..._num:02d}.jpg" bmp.save(jpg_path, drawing_module.imaging.ImageFormat...

    forum.aspose.com/t/ppt/322437
  8. Excel Dateien mit C++ verschlüsseln|Documentation

    Erfahren Sie, wie Sie Excel Dateien mit Aspose.Cells für C++ verschlüsseln und passwortschützen....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/de/cpp/encrypting-excel-f...
  9. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET....ConvertPDFtoEPUB () { // The path to the documents directory var...ConvertPDFtoTeX () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  10. Rendering-Optionen – Aspose.HTML for .NET

    In diesem Artikel wird anhand von C#-Beispielen beschrieben, wie Sie Rendering-Optionen verwenden können, um das Rendern von HTML in PDF, XPS, DOCX und Bilder anzupassen....14 } 15 }; 16 17 // Prepare a path to save the converted file 18...18 string savePath = Path. Combine (OutputDir, "file-with-custom-page-size...

    docs.aspose.com/html/de/net/rendering-options/