Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 66,966 for

import

(1 sec)
  1. Safely Load and Convert Untrusted HTML in Pytho...

    Learn how to securely load and convert untrusted HTML in Python using Aspose.HTML. Includes sandbox examples to block scripts and external images....Python 2 3 import os 4 import aspose.html as ah 5 import aspose.html...html.converters as conv 6 import aspose.html.saving as sav 7...

    docs.aspose.com/html/python-net/sandboxing/
  2. ImageData | Aspose.Words for Java

    Defines an image for a shape in Java....dstDoc = new Document(); // Import a shape from the source document...appendChild(importedShape); // The imported shape contains an image. We...

    reference.aspose.com/words/java/com.aspose.word...
  3. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...set this up: import com.aspose.words.Document; import com.aspose...aspose.words.PdfSaveOptions; import com.aspose.words.PdfPageLayout;...

    forum.aspose.com/t/ensure-vertical-text-layout-...
  4. Get Shape Effective Properties from Presentatio...

    Discover how Aspose.Slides for Python via .NET calculates and applies effective shape properties for precise PowerPoint and OpenDocument rendering.... import aspose.slides as slides with...effective camera properties: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/shape-effecti...
  5. Delete Images from PDF File using Python|Aspose...

    This section explain how to delete Images from PDF File using Aspose.PDF for Python via .NET....Sometimes a PDF file may contain important images that need to be removed...a PDF file. import aspose.pdf as ap from os import path path_infile...

    docs.aspose.com/pdf/python-net/delete-images-fr...
  6. Installation|Aspose.Slides for Python Documenta...

    Learn how to quickly install Aspose.Slides for Python via .NET. Step-by-step guide, system requirements, and code samples — start working with PowerPoint presentations today!... However, it’s important to note that, depending on...PowerPoint presentation: # Import Aspose.Slides for Python via...

    docs.aspose.com/slides/python-net/installation/
  7. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library....splitting PDFs or isolating important pages for distribution. Load...specified output file. import os import aspose.pdf as ap # Global...

    docs.aspose.com/pdf/python-net/extract-pages/
  8. Combine Visio Diagrams in Python | Merge Multip...

    Combine MS Visio diagrams in Python to merge flowcharts or any shapes into one Visio file without installing MS Visio....Python: import aspose.diagram from aspose.diagram import * # Initialize...Python. import aspose.diagram from aspose.diagram import * # Initialize...

    blog.aspose.com/diagram/combine-visio-diagrams-...
  9. 在 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/
  10. Add Footer to PDF using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET....footer of PDF import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/footer/