Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 66,663 for

import

(0.19 sec)
  1. Convert HTML to PNG – Aspose.HTML for Python vi...

    Convert HTML to PNG programmatically using the Aspose.HTML Python library. Learn HTML to PNG conversion scripts with ready-to-use Python examples....'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    docs.aspose.com/html/python-net/convert-html-to...
  2. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。...代码演示了如何创建簇状柱形图: import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # 实例化表示 PPTX...

    docs.aspose.com/slides/zh/python-net/create-chart/
  3. 安装|Aspose.Slides for Python 文档

    在 Windows、Linux 或 macOS 上通过 Java 安装 Aspose.Slides for Python...py 的文件,使用以下示例代码: import jpype import asposeslides jpype ....startJVM () from asposeslides.api import Presentation , SaveFormat pres...

    docs.aspose.com/slides/zh/python-java/installat...
  4. 使用 Python 製作 WORD

    通過幾個步驟在 Python 中創建一個新的 WORD。使用 Python via .NET 庫輕鬆創建 WORD。...aspose-words 複製 插入文字 插入評論 插入書籤 插入圖表 import aspose.words as aw doc = aw...) doc.Save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/zh-hant/python-net/ma...
  5. PDF form field values change color to red after...

    After combining pdf with xfdf the form fields text content changes its color to red. Please note that all fields colors are specified as Black in the source form. Form and xfdf files are attached red color.zip (219.5 KB…...being overridden during the import process. This can occur if...of the form fields after importing the XFDF data. Here’s how...

    forum.aspose.com/t/pdf-form-field-values-change...
  6. Pdf Insert image throw exception - Free Support...

    Below codes throw exception, String path = "C:\\Users\\z_jia\\Desktop\\a\\"; com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(path + "JL250813LJ001140-01.pdf"); BufferedImage image = ImageIO.r…...Example import java.awt.image.BufferedImage; import java.io.File;...File; import java.io.IOException; import javax.imageio.ImageIO;...

    forum.aspose.com/t/pdf-insert-image-throw-excep...
  7. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document.... import AsposePDFPythonWrapp as ap...Open encrypted PDF document import AsposePDFPythonWrapp as ap...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/
  8. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new workbook Workbook workbook1 = new Workboo…...Add(”=AVERAGE(4,5,6)”); // Set import options with IsFormulas property...workbook1.ParseFormulas(true); // Import data with formulas cells1.ImportData(dt1...

    forum.aspose.com/t/cells-importdata-is-failing-...
  9. 从CFF文件加载字体|Java

    使用Java 版 Aspose.Font解决方案,即使此文件不是字体Inself,您也可以从硬盘磁盘上的CCF文件加载字体。... font ; 2 3 import java.io.File ; 4 import java.io.IOException...IOException ; 5 import java.nio.file.Files ; 6 import java.nio.file...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  10. Გააკეთეთ WORD Python Ის Გამოყენებით

    შექმენით ახალი WORD Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით WORD Python via .NET ბიბლიოთეკის გამოყენებით....ჩადეთ სანიშნე ჩასმა დიაგრამა import aspose.words as aw doc = aw...) doc.Save( "Output.docx" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/ka/python-net/make/word/