Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 64,249 for

import

(0.14 sec)
  1. Compress HTML In Python

    Compress HTML in Python without losing quality. Optimize HTML content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw doc = aw...) doc.save( "Output.html" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/h...
  2. Working with Transparency in XPS file | Python

    How to work with transparency of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...xps import * 2 from aspose. page . xps . xpsmodel import * 3...3 import aspose.pydrawing 4 from util import Util 5 ##########...

    docs.aspose.com/page/python-net/xps/working-wit...
  3. Manipulate PDF Document in Python via .NET|Aspo...

    This article contains information on how to validate PDF Document for PDF A Standard using Python, how to work with TOC, how to set PDF expiry date, and etc.... import aspose.pdf as ap # Open document...PDF document for PDF/A-1b. import aspose.pdf as ap # Open document...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  4. Convert PowerPoint Presentations to TIFF in Pyt...

    Learn how to easily convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations to high-quality TIFF images using Aspose.Slides for Python via .NET. Step-by-step guide with code examples included....PowerPoint presentation to TIFF: import aspose.slides as slides # Instantiate...to a black-and-white TIFF: import aspose.slides as slides tiff_options...

    docs.aspose.com/slides/python-net/convert-power...
  5. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document.... import aspose.pdf as ap # Open document...bookmark to a PDF document. import aspose.pdf as ap # Open document...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  6. 使用 Python 查看 XML 文件 | Aspose.PDF

    用于在 .NET 上打开和查看 XML 文件的 Python 源代码...此示例代码显示如何查看 XML 文件 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/view...
  7. Apply License in Jython|Aspose.Words for Java

    Jython: Apply License to Aspose.Words for Java....words import Settings from com . aspose . words import License...

    docs.aspose.com/words/java/apply-license-in-jyt...
  8. 使用 Python 查看 XML 文件 | Aspose.PDF

    用於打開和查看 .NET 上的 XML 檔的 Python 原始程式碼...此示例代码显示如何查看 XML 文件 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hant/python-net/view...
  9. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Cells设置打印区域 通过工作表的页面设置设置打印区域: import aspose.cells as ac # Load sample...如何使用Aspose.Cells清除打印区域 删除现有的打印区域定义: import aspose.cells as ac # Load sample...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  10. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...this process: import com.aspose.cells.Color; import com.aspose.cells...cells.Style; import com.aspose.cells.Workbook; import AsposeCellsExamples...

    forum.aspose.com/t/how-to-change-number-format-...