Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 71,878 for

import

(0.08 sec)
  1. Convert Presentations to Multiple Formats in PH...

    Convert PowerPoint and OpenDocument presentations to PPTX, PDF, XPS, TIFF and more with Aspose.Slides for PHP via Java. Simple, high-quality conversion....Presentations to HTML5 in PHP Import Presentations from PDF or HTML...

    docs.aspose.com/slides/php-java/convert-present...
  2. Kompres WORD Ing Python

    Compress WORD ing Python tanpa kelangan kualitas. Ngoptimalake isi WORD, nyuda ukuran file kanthi gampang....install aspose-words Nyalin import aspose.words as aw doc = aw..."Output.docx" , save_options) import aspose.words as aw doc = aw...

    products.aspose.com/words/jv/python-net/compres...
  3. Սեղմել DOC Ը Python Ում

    Սեղմեք DOC ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...install aspose-words Պատճենել import aspose.words as aw doc = aw...) doc.save( "Output.doc" ) import aspose.words as aw doc = aw...

    products.aspose.com/words/hy/python-net/compres...
  4. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side.... Document () # Import a shape from the source document...first paragraph. imported_shape = dst_doc . import_node ( src_node...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...example; import com.aspose.words.*; import com.aspose.words...Document; import com.aspose.words.HtmlLoadOptions; import com.aspose...

    forum.aspose.com/t/html-to-docx-transformation-...
  6. Customize Error Bars in Presentation Charts wit...

    Learn how to add and customize error bars in charts with Aspose.Slides for Python via .NET—optimize data visuals in PowerPoint and OpenDocument presentations.... import aspose.slides.charts as charts import aspose.slides...PPTX file. import aspose.slides.charts as charts import aspose.slides...

    docs.aspose.com/slides/python-net/error-bar/
  7. 在 Python 中将 EPUB 转换为 DOCX – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 EPUB 转换为 DOCX。在Python代码示例中考虑各种EPUB到DOCX的转换方案。...'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/zh/python-net/convert-epub...
  8. Format Charts in Presentations Using Python|Asp...

    Learn chart formatting in Aspose.Slides for Python via .NET and elevate your PowerPoint or OpenDocument presentation with professional, eye-catching styling.... import aspose.slides.charts as charts import aspose.slides...slides as slides import aspose.pydrawing as draw # Instantiate...

    docs.aspose.com/slides/python-net/chart-formatt...
  9. How to Convert HTML to JPG in Java

    This brief tutorial describes how to convert HTML to JPG in Java by providing detailed steps to configure the environment and a sample code. To convert HTML to JPG Java code demonstrates loading an HTML file and saving it as PNG image....HTML from the Maven repository Import necessary classes in the program...and then providing hints to import necessary classes. In the next...

    kb.aspose.com/html/java/how-to-convert-html-to-...
  10. 在 Python 中向演示文稿添加视频|Aspose.Slides for Python 文档

    学习使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 幻灯片中以编程方式添加和提取视频帧。快速操作指南。...Python 代码展示了如何向演示文稿添加本地存储的视频: import aspose.slides as slides with...width, height, fname) 方法来添加视频: import aspose.slides as slides with...

    docs.aspose.com/slides/zh/python-net/video-frame/