Queries on Aspose.Total

  1. Can we insert a paragraph from word document into PPT?
  2. Can we order the slides from multiple source PPT documents in final slide document?
  3. Can we insert excel charts or tables into PPT slide at desired slide?
  4. Arabic texts supported?
  5. Themes supported for slides similar to MS PPT?
  6. Converting PPT files to PDF?

Any samples codes for above will help us to do POC

Hi,

Thank you for contacting support. All these requirements are achievable using Aspose for Java APIs.
ruden:
1. Can we insert a paragraph from word document into PPT?
Please refer to these help topics:
Get Content of the Paragraph from a Word document and Managing Paragraphs in the Powerpoint Presentation
ruden:
2. Can we order the slides from multiple source PPT documents in final slide document?
Please refer to these help topics:
Changing the Position of a Slide and Cloning Slides from another Presentation
ruden:
3. Can we insert excel charts or tables into PPT slide at desired slide?
You can convert an Excel chart to image using Aspose.Cells API, and then insert this image in the presentation file using Aspose.Slides API. Please refer to these help topics: Convert an Excel Chart to Image, Add an Image in the Table Cell and Creating a Table on PowerPoint Slide
ruden:
4. Arabic texts supported?
Aspose APIs can manipulate multilingual documents. The Arabic language is also supported.
ruden:
5. Themes supported for slides similar to MS PPT?
Aspose.Slides API has support of MS PPT themes. You can also load and manipulate PPT presentations. Please check this help topic to open a PPT using Aspose.Slides for Java API: Opening a Presentation
ruden:
6. Converting PPT files to PDF?
Please refer to this help topic: Convert a Presentation to PDF

Please let us know in case of any confusion or questions. We would help you appropriately.