Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 69,954 for

import

(0.09 sec)
  1. How to Create PowerPoint Slides in HTML using P...

    This article entails how to create PowerPoint slides in HTML using Python. It also covers the details about configuring the environment and working examples of HTML presentation using Python....NET in your application Import aspose.slides and aspose.pydrawing...

    kb.aspose.com/slides/python/how-to-create-power...
  2. AsposeTeXforPython – 常见问题解答

    AsposeTeXforPython 的综合常见问题解答,详细介绍了如何安装纯 Python API、转换 LaTeX、管理字体、支持的包等等。...使用以下命令验证安装: Copy 1 import aspose.tex as tex 2 print (tex...问:如何使用几行代码将 .tex 文件转换为 PDF? 答: Copy 1 import aspose.tex as tex 2 3 doc =...

    docs.aspose.com/tex/zh/python-net/faq/
  3. 图像模板– Image Stencil – 如何用 Python 制作模板

    本文介绍如何通过 .NET API 使用 Aspose.SVG for Python 从图像创建模板。...Copy 1 import os 2 from aspose. svg . drawing import Color 3...aspose. svg . imagevectorization import BezierPathBuilder , ImageTraceSmoother...

    docs.aspose.com/svg/zh/python-net/image-stencil/
  4. View and Update PDF Properties Online or Update...

    View and modify PDF properties through online app for free. Android API code to update PDF properties....Update PDF Metadata Online Import PDF file by uploading it. Do...

    products.aspose.com/total/android-java/metadata...
  5. View and Update XLSX Properties Online or Updat...

    View and modify XLSX properties through online app for free. Android API code to update and add XLSX properties....Update XLSX Metadata Online Import XLSX file by uploading it....

    products.aspose.com/total/android-java/metadata...
  6. View and Update Excel Properties Online or Upda...

    View and modify Excel properties through online app for free. Android API code to update and add Excel properties....Update Excel Metadata Online Import Excel file by uploading it...

    products.aspose.com/total/android-java/metadata...
  7. View and Update XLSM Properties Online or Updat...

    View and modify XLSM properties through online app for free. Android API code to update and add XLSM properties....Update XLSM Metadata Online Import XLSM file by uploading it....

    products.aspose.com/total/android-java/metadata...
  8. Aspose.Word convert pdf to md, content wrong - ...

    Use python,aspose-words=25.6.0, convert pdf to markdown.Extra spaces appear in the converted md file. For example, in the pdf, there is a paragraph with a URL in normal format. In the md document after the conversion is …...include additional options: import aspose.words as aw # Load the...

    forum.aspose.com/t/aspose-word-convert-pdf-to-m...
  9. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...and expected to work in HTML import scenarios, this behavior may...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  10. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...example to illustrate this: import com.aspose.words.*; public...

    forum.aspose.com/t/insert-html-into-word-includ...