Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 67,130 for

import

(0.06 sec)
  1. Forcing a Fixed AutoShape Height with Text Auto...

    Hi team, I have an autoshape with resize shape to fit text enabled. Right now whenever I set the shape height using aspose, it automatically readjusts itself to a particular height. However, I want to force set height …...snippet below: import aspose.slides as slides import aspose.pydrawing...your code: import aspose.slides as slides import aspose.pydrawing...

    forum.aspose.com/t/forcing-a-fixed-autoshape-he...
  2. 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/
  3. Add Picture Frames to Presentations with Python...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Streamline your workflow and enhance slide designs....to create a picture frame: import aspose.slides as slides # Instantiate...frame with relative scaling: import aspose.slides as slides # Instantiate...

    docs.aspose.com/slides/python-net/picture-frame/
  4. Protect PPT Presentation Files using Python | p...

    Python source code to protect PPT Presentation....PPT Presentation using Python import aspose.slides as slides with...PPT Presentation using Python import aspose.slides as slides with...

    products.aspose.com/slides/python-net/protect/ppt/
  5. Merge EPUB files using Python | Aspose.PDF

    Merge EPUB files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path epub_load_options...

    products.aspose.com/pdf/python-net/merger/epub/
  6. Merge MD files using Python | Aspose.PDF

    Merge MD files programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path md_load_options...

    products.aspose.com/pdf/python-net/merger/md/
  7. Optimize Footers|Aspose.Words for JasperReports

    Aspose.Word for JasperReports tries to optimize footer contents for better fitting footer on the page.... In JasperReports: Java import com . aspose . words . jasperreports...happens. In JasperReports: Java import com . aspose . words . jasperreports...

    docs.aspose.com/words/jasperreports/optimize-fo...
  8. Merge JPG Images in Python | products.aspose.com

    Merge JPG to JPG in Python. Use Python library API to combine JPG files...JPG to JPG import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/merge/jpg...
  9. Merge SVG to PNG in Python | products.aspose.com

    Merge SVG to PNG in Python. Use Python library API to combine SVG and PNG files...SVG to PNG import aspose.slides as slides import aspose.pydrawing...

    products.aspose.com/slides/python-net/merge/svg...
  10. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Import the AsposePdfPython module...works. from AsposePdfPython import * doc = document_create ()...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...