Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 60,903 for

path

(0.14 sec)
  1. Export Presentations to HTML with Externally Li...

    Export PowerPoint and OpenDocument presentations to HTML in C++ using Aspose.Slides with externally linked images—faster pages, code examples, and setup tips....LinkController class and sets the path where generated resource files...will be saved. // savePath - Path to the location where generated...

    docs.aspose.com/slides/cpp/exporting-presentati...
  2. 在 Python 中保存 HTML 文档 – Aspose.HTML for Python v...

    了解如何使用 Aspose.HTML for Python 通过 .NET API 将 HTML 文档保存到文件或 URL,以及如何应用保存选项。...as ah 5 6 # Prepare an output path for saving the document 7 output_dir...output_dir = "output/" 8 if not os. path . exists (output_dir): 9 os...

    docs.aspose.com/html/zh/python-net/save-html-do...
  3. License.set_license method | Aspose.Words for P...

    aspose.words.License.set_license method...following locations: Explicit path. The folder that contains the...in these locations: Explicit path. An embedded resource in the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Lock PDF using Python | Aspose.PDF

    Sample Python code for using Aspose.PDF to read protected (password encrypted) documents, secure a document with protection, or remove protection....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/encrypt/
  5. 使用 Python 打印 PDF | Aspose.PDF

    用于在.NET 框架、.NET Core 上打印 PDF 文档的 Python 源代码。...aprinting from os import path path_infile = path . join ( self . data_dir...PdfViewer () viewer . bind_pdf ( path_infile ) viewer . auto_resize...

    products.aspose.com/pdf/zh-hant/python-net/print/
  6. 入门|Documentation

    如何安装 Aspose Cells for Go via C++ 并创建“Hello World”应用程序。...SetLicense_String ( "YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook...获取项目依赖。 go mod tidy 在当前命令终端中,将你的PATH设置为指向Aspose.Cells for Go via...

    docs.aspose.com/cells/zh/go-cpp/getting-started/
  7. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  8. Create Bookmarks|Aspose.PDF for .NET

    This section explains how to create bookmarks to your PDF file with Aspose.PDF Facades using PdfBookmarEditor Class....CreateBookmarksOfAll () { // The path to the documents directory var...CreateBookmarksOfAll () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/create-bookmarks/
  9. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Output file paths U16String output1Path = srcDir...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  10. Opening an Excel File|Documentation

    This article introduces how to open file in GridDesktop....of the control to specify the path of the Excel file. After that...the file from the specified path and display its contents. The...

    docs.aspose.com/cells/net/aspose-cells-griddesk...