Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 97,214 for

import

(0.08 sec)
  1. Converting PPTX to MP4 with Slide Transitions U...

    Is it possible to export PPTX to mp4? If not is there a way to have our slide transitions display when exporting as a GIF?...shown below: import aspose.slides as slides import aspose.pydrawing... 8:09am #5 import aspose.slides as slides import aspose.pydrawing...

    forum.aspose.com/t/converting-pptx-to-mp4-with-...
  2. Password Protected Presentation|Aspose.Slides f...

    PowerPoint password protection, encryption, and security in Python...to encrypt a presentation: import aspose.slides as slides with...protection to a presentation: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/password-prot...
  3. Creating a Table from Scratch in Slide in Ruby|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Presentation class pres = Rjb::import('com.aspose.slides.Presentation')... dblRows) fill_type = Rjb::import('com.aspose.slides.FillType')...

    docs.aspose.com/slides/java/creating-a-table-fr...
  4. PdfBookmarEditor Class|Aspose.PDF for Java

    Learn how to manage PDF bookmarks with facades in Java using Aspose.PDF for easier navigation within documents....Existing PDF File (facades) Import Bookmarks from XML to an Existing...

    docs.aspose.com/pdf/java/working-with-bookmarks...
  5. Aspose::Words::NodeImporter Class Reference - A...

    Allows to efficiently perform repeated Import of nodes from one document to another....efficiently perform repeated import of nodes from one document...documents. This is known as "importing nodes". Before you can insert...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose.PSD Java 如何替换图层中的图片 - Free Support Forum...

    Aspose.PSD Java 如何替换图层中的图片...以下是一个示例代码,演示如何实现这一过程: import com.aspose.psd.Image; import com.aspose.psd...PsdImage; import com.aspose.psd.layers.Layer; import com.aspose...

    forum.aspose.com/t/aspose-psd-java/294476
  7. View PPTM in Python | products.aspose.com

    View PPTM in Python. Use Python library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...Python code for viewing PPTM import aspose.slides as slides pres...

    products.aspose.com/slides/python-net/viewer/pptm/
  8. View PPS in Python | products.aspose.com

    View PPS in Python. Use Python library API to open and view PowerPoint Slideshow...manipulate or edit presentations, import presentations from images or...Python code for viewing PPS import aspose.slides as slides pres...

    products.aspose.com/slides/python-net/viewer/pps/
  9. View PPSM in Python | products.aspose.com

    View PPSM in Python. Use Python library API to open and view Macro-enabled PowerPoint Template...manipulate or edit presentations, import presentations from images or...Python code for viewing PPSM import aspose.slides as slides pres...

    products.aspose.com/slides/python-net/viewer/ppsm/
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications.... import aspose.pdf as ap document =...overloads of Save methods. import aspose.pdf as ap document =...

    docs.aspose.com/pdf/python-net/save-pdf-document/