Sort Score
Result 10 results
Languages All
Labels All
Results 8,981 - 8,990 of 66,074 for

path

(0.87 sec)
  1. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。...AddBackgroundToPdf () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/add-backgrounds/
  2. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  3. BuiltInDocumentProperties.template property | A...

    BuiltInDocumentProperties.template property. Gets or sets the informational name of the document template....of the template without the path. Empty string means the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose.Slides for PHP via Java 15.11.0 的公共 API ...

    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....$pres = new Presentation ( $path ); $firstSlideNumber = $pres...

    docs.aspose.com/slides/zh/php-java/public-api-a...
  5. 使用C++处理ContentTypeProperties|Documentation

    使用Aspose.Cells在Excel文件中添加自定义ContentTypeProperties。...Startup (); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/working-with-conte...
  6. Reading a sub template from memory stream - Fre...

    Hello, In word template, I have a reference to a subtemplate from C drive <<doc ["C:\\Aspose\\Sample\\SubTemplate\\Subtemplate.docx"] -build>> But, I am not sure how I can reference the sub template from memory stream…...mainTemplate = new Document("path_to_your_main_template.docx");...MemoryStream(File.ReadAllBytes("path_to_your_subtemplate.docx")))...

    forum.aspose.com/t/reading-a-sub-template-from-...
  7. Get Visio Shape Inherit Chars|Documentation

    This section explains how to get visio shape's font style inherited from it's parent style and master with Aspose.Diagram....Diagram-for-Java // The path to the documents directory....

    docs.aspose.com/diagram/java/get-visio-shape-in...
  8. Animate PowerPoint Charts in Python|Aspose.Slid...

    Create stunning animated charts in Python with Aspose.Slides. Boost presentations with dynamic visuals in PPT, PPTX and ODP files—get started now.... Presentation ( path + "ExistingChart.pptx" ) as...with slides . Presentation ( path + "ExistingChart.pptx" ) as...

    docs.aspose.com/slides/python-net/animated-charts/
  9. Manipulating Photoshop 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....is loaded by passing the file path to the Image class' static load...is loaded by passing the file path to the Image class' static Load...

    docs.aspose.com/imaging/java/manipulating-photo...
  10. 在 Python 中安全加载和转换不可信的 HTML – Aspose.HTML

    学习如何使用 Aspose.HTML for Python via .NET 在 Python 中安全加载和转换不可信的 HTML。包括阻止脚本和外部图像的沙箱示例。...configuration 19 html_path = os. path . join (data_dir, "document-with-scripts...with ah. HTMLDocument (html_path, config) as doc: 21 # Convert...

    docs.aspose.com/html/zh/python-net/sandboxing/