Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 60,932 for

path

(0.12 sec)
  1. 设置使用 C++ 和 Node.js 将电子表格渲染成图片时的默认字体|Documentation

    学习如何在用 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/zh/nodejs-cpp/set-default...
  2. Recognise Self Closing Tags with C++|Documentation

    Learn how to handle self-closing tags in HTML using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/recognise-self-closin...
  3. Recognition Quality Presets|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed using different quality options presets and setting various options...read = new BarCodeReader ( $"{path}barcodes_different_quality.png"...read = new BarCodeReader ( $"{path}barcodes_different_quality.png"...

    docs.aspose.com/barcode/net/recognition-quality...
  4. Generate Swiss Post Parcel Barcodes in C#|Docum...

    Description of Swiss Post Parcel Barcode Type... Save ( $"{path}SwissPostDomesticMai.png" ,...Pixels = 40 ; gen . Save ( $"{path}SwissPostDomesticMai.png" ,...

    docs.aspose.com/barcode/net/swiss-post-parcel-b...
  5. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....the resultant PDF on a disk path or stream. #include <iostream>...Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  6. Convert PDF to PDF/A formats|Aspose.PDF for C++

    Learn how to convert PDF documents to PDF/A format for long-term preservation using Aspose.PDF in C++....std :: endl ; // String for path name String _dataDir ( "C: \\...std :: endl ; // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/convert-pdf-to-pdfa/
  7. 如何使用 CSS 选择器 – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML 中的 QuerySelector() 和 QuerySelectorAll() 方法有效地应用选择器来选择要样式化的元素。...Prepare path to source HTML file 4 string documentPath = Path. Combine...to a file 20 document. Save (Path. Combine (OutputDir, "queryselector-p...

    docs.aspose.com/html/zh/net/how-to-articles/how...
  8. Aspose.Slides for .NET 15.10.0 中的公共 API 和向后不兼容的...

    审查 Aspose.Slides for .NET 中的公共 API 更新和破坏性更改,以顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...VideoPlayerHtmlContr 构造函数接受以下参数: path: 将生成视频和音频文件的路径 fileName: HTML...pptx" )) { const string path = "path" ; const string fileName...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  9. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....can also be used to update a path to the external workbook (if...data source. If the relative path for an external workbook is...

    docs.aspose.com/slides/androidjava/chart-workbook/
  10. Working with Images in XPS file | .NET

    How to add simple or tiled image to an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...; 7 8 // Add Image 9 XpsPath path = doc. AddPath (doc. CreatePathGeometry...used for proper positioning 11 path. RenderTransform = doc. CreateMatrix...

    docs.aspose.com/page/net/xps/working-with-images/