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

path

(0.12 sec)
  1. DocumentBuilder.insertOleObjectAsIcon method | ...

    Aspose.Words.DocumentBuilder.insertOleObjectAsIcon method...Description fileName string Full path to the file. isLinked boolean...inserted. iconFile string Full path to the ICO file. If the value...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....Cells-for-C //Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); //Path of input excel file U16String...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  3. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  4. What's new 2022|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2022....void PdfToDicom () { // The path to the documents directory var... string password ) { // The path to the documents directory var...

    docs.aspose.com/pdf/net/whatsnew/2022/
  5. X Axis Vs. Category Axis with Node.js via C++|D...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs.... Sample Code const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/x-axis-vs-cate...
  6. 画五角大楼|Documentation

    本节介绍如何在visio页面用Aspose.Diagram画五边形。支持用C#画五边形并保存为pdf、svg、html、image、xps等格式。...NET // The path to the documents directory....ose.Diagram-for-.NET // The path to the documents directory....

    docs.aspose.com/diagram/zh/net/drawing/draw-pen...
  7. 通过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/create-dyna...
  8. Convert a PDF that contains XFA forms TO PDF an...

    Hi, When I use Aspose to convert a PDF that contains XFA forms TO PDF and try to flatten it, the process fails and corrupts the file. Can you please help as always ? Thanks un advance, Dani original xfa form.pdf (3…...pdfDocument = new Document("path/to/original_xfa_form.pdf");...modified document pdfDocument.Save("path/to/flattened_output.pdf"); Make...

    forum.aspose.com/t/convert-a-pdf-that-contains-...
  9. Converting a XML file to JPEG using C# | Aspose...

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

    products.aspose.com/pdf/net/conversion/xml-to-j...
  10. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...A clip in a PS document is a path that bounds the content of the...will be cut off. A clipping path in .NET can be assigned in three...

    docs.aspose.com/page/net/ps/working-with-clips/