Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 69,792 for

path

(0.07 sec)
  1. 使用Chart.SetChartDataRange方法轻松设置图表的简易方法(Node.js通...

    学习如何在Aspose.Cells for Node.js via C++中使用Chart.SetChartDataRange方法轻松设置图表。我们的指南将向您展示如何指定图表的数据范围,让您以最小的努力创建专业和准确的图表。... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/easy-way-fo...
  2. 使用 Python 查看 EPUB 文件 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式打开和查看 EPUB 文档...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/view...
  3. 使用 Python 从 PDF 文件提取矢量数据|Aspose.PDF for Python ...

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得轻而易举。您可以获取矢量数据(路径、多个多边形、折线),例如位置、颜色、线宽等。...infile (str): Path to input PDF file. outfile (str): Path to output...(str): Path to input PDF file. svg_outfile (str): Path to output...

    docs.aspose.com/pdf/zh/python-net/extract-vecto...
  4. Null pointer exception when converting vsd file...

    During vsd->vsdx file conversion, null pointer exception is thrown. vsd file and callstack: 2023.05.26.zip (7.9 MB) The file was converted using this code: File file = new File(Path_TO_VSD_FILE); Diagram d = new Diag…...this code: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...using: File file = new File(PATH_TO_VSD_FILE); Diagram d = new...

    forum.aspose.com/t/null-pointer-exception-when-...
  5. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  6. 添加文本注释|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 中的 PdfContentEditor 类向 PDF 文档添加文本批注。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/add-text-anno...
  7. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  8. 获取文档权限|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式检查 PDF 文档的权限。本教程演示如何使用 PdfFileInfo 类读取文档的安全设置,例如打印、复制或修改权限。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/get-document-...
  9. Add Attachments to PDF using C# | Aspose.PDF

    Add attachments to PDF documents on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....PDF document var inputFile = Path . Combine ( dataDir , "AddAttachment...pdf" ); var attachmentFile = Path . Combine ( dataDir , "test...

    products.aspose.com/pdf/net/attachments/add/
  10. Add, Extract, or Remove Attachments in PDF usin...

    Add, extract and remove attachments on .NET and Python....apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/attachments/