Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 68,154 for

path

(0.09 sec)
  1. 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/
  2. Add Tables to PDF in Python|Aspose.PDF for Pyth...

    Learn how to add and configure tables in existing PDF documents in Python....Save the PDF to the specified path. import aspose.pdf as ap from...HorizontalAlignment from os import path import sys def create_table...

    docs.aspose.com/pdf/python-net/adding-tables/
  3. 在 PS 文件中使用转换 | Python

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 Python 中使用该功能...Create a graphics path from the rectangle 14 path = aspose. pydrawing...drawing2d . GraphicsPath () 15 path. add_rectangle (aspose. pydrawing...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  4. Manipulating DjVu Formats|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....Save by passing the file path (or an object of MemoryStream)...Image.Save by passing the file path (or an object of MemoryStream)...

    docs.aspose.com/imaging/net/manipulating-djvu-f...
  5. TextPath.text property | Aspose.Words for Node.js

    TextPath.text property. Defines the text of the text Path....Defines the text of the text path. get text () : string Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Incorrect Chart When Loading and Saving a PPTX ...

    Dear Aspose Support Team, I hope this message finds you well. We have encountered a critical bug in the Aspose.Slides for Java library, specifically related to incorrect chart display after export. Below are the details…...importPath = "/path/to/import.pptx"; String exportPath = "/path/to/export...

    forum.aspose.com/t/incorrect-chart-when-loading...
  7. 用C++查找XML映射的根元素名称|Documentation

    学习如何使用Aspose.Cells for C++查找XML映射的根元素名称。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input excel file U16String...

    docs.aspose.com/cells/zh/cpp/find-the-root-elem...
  8. [Bug Report] IConnector PathData Always Returns...

    We are currently using Aspose.Slides for .NET in a production-grade slide parser to extract visual elements such as images, textboxes, shapes, and unconnected lines (IConnector) . However, we’ve encountered a critical i…...with the way IConnector handles path data: Problem Description When...right to left , the extracted path data from IConnector.AsIGeometryShape...

    forum.aspose.com/t/bug-report-iconnector-pathda...
  9. Generate Thumbnail of the Worksheet with C++|Do...

    Generate worksheet thumbnails as images using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/generate-thumbnail-of...
  10. 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/