Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 74,030 for

import

(1.48 sec)
  1. Read Outlook for Mac OLM File & Get Folders & S...

    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’s important to note that OLM files are...stream as an argument to it: import aspose.email as ae fileName...

    docs.aspose.com/email/python-net/read-outlook-f...
  2. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。... import os import io from aspose.cells import Workbook.... XLSX ) from aspose.cells import HtmlLoadOptions , Workbook...

    docs.aspose.com/cells/zh/python-net/support-the...
  3. 在 Python 中将 SVG 转换为 PDF – 代码示例

    使用 Aspose.SVG for Python via .NET 在 Python 中将 SVG 转换为 PDF。通过 Converter.convert_svg()、PdfSaveOptions、页面设置、分辨率和渲染设备控制输出,并参考代码示例和常见问题。... svg import SVGDocument 2 from aspose....converters import Converter 3 from aspose. svg . saving import PdfSaveOptions...

    docs.aspose.com/svg/zh/python-net/convert-svg-t...
  4. Convert Markdown to DOCX in Python – Aspose.HTML

    Convert Markdown to DOCX using Aspose.HTML Python library. Consider Markdown to DOCX conversion scenarios in Python examples....'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-markdow...
  5. Compare PDF Documents in Python|Aspose.PDF for ...

    Learn how to compare PDF documents in Python using side-by-side and graphical difference output with Aspose.PDF for Python via .NET.... import aspose.pdf as ap import sys from os import path def...documents. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  6. 处理消息附件|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....下面的代码示例演示了如何判断附件是内嵌还是常规: import aspose.email as ae msg = ae...方法。 下面的代码片段展示了如何将附件保存到本地磁盘。 import aspose.email as ae data_dir...

    docs.aspose.com/email/zh/python-net/working-wit...
  7. Convert PDF to HTML in C++ | products.aspose.com

    Convert PDF to HTML in C++. Use the C++ library API to Import PDF files and save them as HTML....presentation processing API that can import PDF pages into a presentation... remove the default slide, import the PDF pages, and save the...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  8. Convert PDF to XML in C++ | products.aspose.com

    Convert PDF to XML in C++. Use the C++ library API to Import PDF files and save them as XML files....presentation processing API that can import PDF pages into a presentation... remove the default slide, import the PDF pages, and save the...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  9. 使用 OAuth 访问邮件服务|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.... import java.io.BufferedReader ; import java.io.IOException...IOException ; import java.io.InputStream ; import java.io.InputStreamReader...

    docs.aspose.com/email/zh/java/using-oauth-to-ac...
  10. LaTeX to image | Python

    To convert TeX to image formats using Aspose.TeX API solution for Python learn this article to see that describes how to do this and the code examples.... tex import * 2 from aspose. tex . io import * 3 from aspose...image import * 4 from util import Util 5 from os import path 6...

    docs.aspose.com/tex/python-net/latex-to-image/