Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 60,885 for

path

(0.22 sec)
  1. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....Cells-for-C++ // Source directory path U16String sourceDir = u ".....01_SourceDirectory \\ " ; // Output directory path U16String outputDir = u ".....

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  2. LaTeX to XPS | .NET

    Conversion functionality of Aspose.TeX API solution for .NET lets convert LaTeX files to XPS format. Here are some code examples....of child elements - Canvas , Path and Glyphs . Canvas is a grouping...can contain other Canvases , Paths and Glyphs . It serves to control...

    docs.aspose.com/tex/net/latex-to-xps/
  3. Rendering Device – Aspose.HTML for Python via .NET

    Render HTML to PDF, XPS, DOCX, and images using PdfDevice, XpsDevice, DocDevice, and ImageDevice classes in Aspose.HTML for Python via .NET API....Prepare output directory and path for the PDF file 8 output_dir...exist_ok = True) 10 save_path = os. path . join (output_dir, "document...

    docs.aspose.com/html/python-net/rendering-device/
  4. 获取特定单元格的文本|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Specify the template excel file path. string myPath = "Get Text of...Aspose //Specify the excel file path. string myPath = "Get Text of...

    docs.aspose.com/cells/zh/net/get-text-of-specif...
  5. XML to BMP Converter using C# | Aspose.PDF

    Sample code for XML to BMP C# conversion. Use API example code for batch XML files to BMP conversion within VB.NET, ASP.NET, or any .NET-based application...with page index & output file path as parameters Save the output...BMP Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-bmp/
  6. Set Barcode Size and Resolution in C#|Documenta...

    How to Set Size Units for Barcodes in Aspose.BarCode for .NET... Save ( $"{path}UnitIn3Pixels.png" , BarCodeImageFormat...Millimeters = 2 ; gen . Save ( $"{path}UnitIn2Millimeters.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/net/set-barcode-size/
  7. 使用ChartGlobalizationSettings类通过Node.js与C++设置图表组...

    了解如何在Aspose.Cells for Node.js via C++中使用ChartGlobalizationSettings类为图表组件设置不同语言。我们的指南将帮助您理解如何本地化图表元素、标签和图例。... try { const path = require ( "path" ); const AsposeCells...existing Workbook const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/zh/nodejs-cpp/using-chart...
  8. Working with Portfolio in PDF|Aspose.PDF for .NET

    How to Create a PDF Portfolio with C#. You should use a Microsoft Excel File, a Word document, and an image file to create a PDF Portfolio....CreatePortfolio () { // The path to the documents directory var...ExtractPortfolioFile () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/portfolio/
  9. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…...public static void Main() { // Path to your custom font directory...directory. string customFontsDir = "path/to/your/CustomFonts"; // Specify...

    forum.aspose.com/t/converting-to-pdf-raises-exc...
  10. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/