Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 67,129 for

import

(0.07 sec)
  1. PDF to PNG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import necessary Python libraries...Output file: import aspose.pdf as apdf from io import FileIO from...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  2. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity....extensions and dependencies: import aspose.slides as slides with...slide transitions this way: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/export-to-html5/
  3. Manage Presentations in JavaScript|Aspose.Slide...

    Manage PowerPoint PPT, PPTX and ODP presentations with Aspose.Slides for Node.js: create, load, edit, clone slides and control content programmatically....Presentations in JavaScript Import Presentations from PDF or HTML...

    docs.aspose.com/slides/nodejs-java/manage-prese...
  4. Manage Presentations in .NET|Aspose.Slides Docu...

    Manage PowerPoint PPT, PPTX and ODP presentations in .NET with Aspose.Slides: create, load, edit, clone slides and control content programmatically....NET Import Presentations from PDF or HTML...

    docs.aspose.com/slides/net/manage-presentation/
  5. 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...
  6. 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/
  7. ArrayIndexOutOfBoundsException after SmartObjec...

    Bug Report: ArrayIndexOutOfBoundsException After SmartObjectLayer.replaceContents() Summary After calling SmartObjectLayer.replaceContents() and SmartObjectLayer.updateModifiedContent(), any subsequent save operation on …...Reproduction Code import com.aspose.psd.*; import com.aspose.psd...psd.fileformats.psd.PsdImage; import com.aspose.psd.fileformats...

    forum.aspose.com/t/arrayindexoutofboundsexcepti...
  8. Waterfall Chart Is Displayed Incorrectly after ...

    Hi Aspose Slides Team, Import java.io.ByteArrayInputStream; Import java.io.ByteArrayOutputStream; Import com.aspose.slides.Presentation; Import com.aspose.slides.SaveFormat; public class TestColumnChart { public st…...Slides Team, import java.io.ByteArrayInputStream; import java.io....ByteArrayOutputStrea; import com.aspose.slides.Presentation; import com.aspose...

    forum.aspose.com/t/waterfall-chart-is-displayed...
  9. FieldListNum not shown in deletion all markup -...

    Hello , We have have following code to put a FieldListNum in a word document and then delete them with revision. But we have few issues and want to clarify. Why is the list num not visible? Why we dont see a strikethr…...example; import com.aspose.words.*; import java.util.Arrays;...org.example; import com.aspose.words.*; import java.util.Arrays;...

    forum.aspose.com/t/fieldlistnum-not-shown-in-de...
  10. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。..."ver" 複製 插入文字 插入評論 插入書籤 插入圖表 import com.aspose.words.*; Document...); doc.save( "Output.md" ); import com.aspose.words.*; Document...

    products.aspose.com/words/zh-hant/java/make/md/