Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 69,801 for

import

(0.1 sec)
  1. Convert 3DS to IFC via JavaScript | products.as...

    Sample code for 3DS to IFC conversion. Use API example code for batch 3DS files to IFC conversion....popular file formats for 3D data import and export. It considers information...international standards to import and export building objects...

    products.aspose.com/cad/javascript-net/conversi...
  2. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add XML Map inside the workbook using XmlMapCollection.Add method with Aspose.Cells for JavaScript via C++....method which you can use to import your XML Map inside the workbook...the XML Map that has been imported from the sample.xml inside...

    docs.aspose.com/cells/javascript-cpp/add-xml-ma...
  3. Add XML Map into the Workbook using XmlMapColle...

    Learn how to add an XML map into the workbook using the XmlMapCollection.Add method with Aspose.Cells for JavaScript via C++....method, which you can use to import your XML map into the workbook...the XML map that has been imported from sample.xml into the output...

    docs.aspose.com/cells/javascript-cpp/add-xml-ma...
  4. How to Run the Examples | Aspose.PUB for Java

    To run the examples of Aspose.PUB for Java you can either clone the repository using your favorite Github client or download the ZIP file....modern IDE can easily open or import the project and its dependencies...Click on File menu and choose Import . Select Maven - Existing Maven...

    docs.aspose.com/pub/java/how-to-run-the-examples/
  5. 使用 Aspose.Email 在 Python 中管理 IMAP 文件夹|Documenta...

    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....ImapMailBoxInfo 类,并打印详细信息: import aspose.email as ae client =...如何递归检索文件夹和邮件: import aspose.email as ae import os # Recursive...

    docs.aspose.com/email/zh/python-net/manage-imap...
  6. Reading corrupted PST/OST files|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....it difficult to retrieve important emails and other mailbox data...messages, and explore subfolders: import aspose.email as ae def explore_corrupted_pst...

    docs.aspose.com/email/python-net/read-corrupted...
  7. Copy excel is not working properly when we try ...

    Hi Team, Good Morning!!! I am encountering an issue while copying multiple source workbooks containing PivotTables into a destination Excel workbook. The destination workbook is created, but it gets corrupted. When I t…...implement this: import com.aspose.cells.Workbook; import com.aspose...

    forum.aspose.com/t/copy-excel-is-not-working-pr...
  8. 导入和导出注释到 XFDF|Aspose.PDF for .NET

    您可以使用 C# 和 Aspose.PDF for .NET 库导入和导出 XFDF 格式的注释。...xfdf" ; // Import annotations from the XFDF file... Pages . Add (); // Export/import using ( var ms = new MemoryStream...

    docs.aspose.com/pdf/zh/net/import-export-xfdf/
  9. Working with Transformations in PS file | Python

    How to transform a content in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... eps import * 2 from aspose. page . eps . device import * 3 import...import aspose.pydrawing 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/ps/working-with...
  10. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。...文件放置在可访问的位置,并在进行任何处理之前添加以下代码: Copy 1 import aspose.page as ap 2 license...文件转换为 PDF 的最少代码是什么? 答: Copy 1 import aspose.page as ap 2 3 doc =...

    docs.aspose.com/page/zh/python-net/faq/