Questions tagged [aspose-slides]

Aspose.Slides is a component that allows .NET and Java developers to embed the ability to read, write, convert and manipulate PowerPoint presentations into their own applications without needing to rely on Microsoft PowerPoint.

Aspose.Slides is a component that allows .NET and Java developers to embed the ability to read, write, convert and manipulate PowerPoint presentations into their own applications without needing to rely on Microsoft PowerPoint.

52 questions
0
votes
0 answers

How to add Word document content into PowerPoint presentation?

I want to insert Word document parts into PowerPoint presentation. For now I know 3 ways to do this. COM Interop (Microsoft.Office.Interop.PowerPoint). I can add whole Word document as OLE Object into presentation. Document is embedded in PP…
Mattaniel
  • 83
  • 1
  • 7
0
votes
0 answers

How to add categories in ScatterWithSmoothLines type chart into java aspose.slides api?

HI I am trying to using first time aspose.slides for java api to create chart into pptx file. I need to some double values at Y Axis and some String value at X Axis. but i am able to doing this. because i am very confused to use this library. i have…
0
votes
1 answer

How to convert pptx slides to a single svg image with aspose slides?

I was able to convert each pptx slide to multiples/separate svg images with the following code: //Getting last slide index int lastSlidePosition=presentation.getSlides().size(); SlideEx slide =null; //Iterating through…
Thander
  • 69
  • 1
  • 3
0
votes
1 answer

Aspose Slides Table Cell Insert HTML content

I am working with Aspose slides to generate PPT in my application, I ran into a situation where I need to insert HTML text into Table Cell, I verified all blogs no one given answer to me. If any body know here please let me know. Thanks In advance.
Ramakrishna
  • 4,928
  • 3
  • 20
  • 24
0
votes
2 answers

Change z-order of bars in an Aspose slide following upgrade?

We have a bar chart with two series, that is loaded from a template. Previously we used v8.0 of Aspose.Slides, and have recently upgraded to the latest version (v14.6). Without making any changes to the logic (aside from class name changes necessary…
Stark
  • 457
  • 1
  • 5
  • 18
0
votes
1 answer

Null values gathering data for Aspose Dynamic Slide Generation CRM 2011

I am having with using Aspose to generate dynamic content in slides within Microsoft CRM Dynamics 2011. The data is not populating correctly for several fields and relationals even though the logic in the code seems to be correct and should not…
Aaron Davis
  • 281
  • 1
  • 5
  • 22
-1
votes
1 answer

How to set image position and image size in PPT in C# (Aspose)?

I want to move image position and want to set image size in PPT in C# which uses Aspose.slides. How can I resolve this issue?
1 2 3
4