Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 64,800 for

path

(0.37 sec)
  1. PageSavingArgs.page_file_name property | Aspose...

    PageSavingArgs.page_file_name property. Gets or sets the file name where the document page will be saved to....specified then page file name and path will be generated automatically...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::Shape::get_TextPath met...

    Aspose::Words::Drawing::Shape::get_TextPath method. Defines the text of the text Path (of a WordArt object) in C++....Defines the text of the text path (of a WordArt object). System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用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-text/
  4. TextPath class | Aspose.Words for Python

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text Path (of a WordArt object)...text and formatting of the text path (of a WordArt object). To learn... Remarks Use the Shape.text_path property to access WordArt properties...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Pdf open pdf file error - Free Support F...

    use python, aspose-pdf=25.5.0,open pdf file error document = ap.Document(file_Path) RuntimeError: Proxy error(InvalidPdfFileFormatException): Trailer not found file: GB2828-2003 抽样标准.pdf (5.1 MB)...Document(file_path) RuntimeError: Proxy error(...without issues. File Path : Verify that the file_path variable correctly...

    forum.aspose.com/t/aspose-pdf-open-pdf-file-err...
  6. 使用 C# 添加图形注释|Aspose.PDF for .NET

    本文描述了如何从 PDF 文档中添加、获取和删除图形注释 Aspose.PDF for .NET...AddLineAnnotation () { // The path to the documents directory var...AddCircleAndSquareAn () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/figures-annotation/
  7. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...CadEdgeBoundaryPath path = new CadEdgeBoundaryPath(); path.Objects = new...new List(); path.Objects.Add(new CadBoundaryPathLine() { FirstPoint...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  8. 渲染设备 – Aspose.HTML for Python via .NET

    通过 .NET API,使用 Aspose.HTML for Python 中的 PdfDevice、XpsDevice、DocDevice 和 ImageDevice 类将 HTML 渲染成 PDF、XPS、DOCX 和图像。...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/zh/python-net/rendering-de...
  9. Loading and Saving Messages|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....Message as HTML with Relative Path to Resources When exporting...email resources with relative paths. This feature provides more...

    docs.aspose.com/email/java/loading-and-saving-m...
  10. 使用 Python 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。...apdf from os import path path_outfile = path . join ( self . data_dir...textFragment ) document . save ( path_outfile )...

    products.aspose.com/pdf/zh-hans/python-net/create/