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
2
votes
1 answer

Aspose.Slides for .NET API

Can anyone explain the difference between SetExternalHyperlinkMouseOver and SetExternalHyperlinkClick? I am trying to add a tool tip text along with redirection hyperlink in an Aspose slide text using C#. But I'm unable to understand what the…
Varsha R
  • 21
  • 1
2
votes
1 answer

How good is the ability of Aspose Slides to create PPTX files with templating?

I am trying to use Aspose Slides to generate a presentation using a template PPTX with a master slide and some layout slides that contain placeholders. I want to make the slides conform to different themes that the user will select. I use a code…
user2173353
  • 4,316
  • 4
  • 47
  • 79
1
vote
0 answers

Using Aspose.Slides For Python With MacOS

I'm utilising aspose.slides for Python successfully on Windows, recently they've added MacOS support. When I try to run ANY aspose.slides script on MacOS I get an error that it can't find libpython dylib in /usr/lib or /usr/local/lib Simple…
Luke Bowes
  • 292
  • 2
  • 7
1
vote
1 answer

Aspose Slides Dotnet Core Linux, failing to get thumbnail

When Running a basic test of aspose slides in DotnetCore6 Linux I get the: System.TypeInitializationException : The type initializer for 'Gdip' threw an exception. ---- System.PlatformNotSupportedException : System.Drawing.Common is not supported…
maxfridbe
  • 5,872
  • 10
  • 58
  • 80
1
vote
0 answers

ASPOSE Slides AMAZON Lambda python

I have some doubt about implementation aspose slides within amazon Lambda, I want to download file inside Amazon Lambda from Bucket, then I need convert this document to PDF Format using ASPOSE SLIDE Library but when I’ve executed the code, show the…
1
vote
1 answer

Can't set the margin of table cell using ASPOSE Slides

I have added a table in the slide and within the table, I have added a few rows with some text. The issue that I am facing is that I am not able to reduce spacing/margins between the cells. I can set top margin-bottom margin property after opening…
pankaj
  • 27
  • 3
1
vote
1 answer

Table header column background color not changing

I am using ASPOSE Slides in my project to perform a PPT task. I want to change my table header background-color but I have not found any solutions in Aspose forum for it. Can anybody provide me with the solution? ISlide sld =…
1
vote
1 answer

Aspose.slides api is not working in GWT project

I’m trying to use Aspose.Slides in my GWT project for this I have placed this aspose-slides-18.9-jdk16.jar file under WEB-INF/lib and i tried the below given code but I cannot compile my project and ppt file is not created Presentation srcPres = new…
US-1234
  • 1,519
  • 4
  • 24
  • 61
1
vote
1 answer

Aspose Slides to Draw chart with dual Y Axis without secondaryhorizontalaxis being plotted

Is it possible to Draw dual Y charts without Secondary X-Axis(horizontal axis) using Aspose slides api, given we have 2 series one being ClusteredColumn and other being ScatterWithStraightLinesAndMarkers ? (Here we are assuming that the values for…
KrithikaM
  • 11
  • 1
1
vote
1 answer

Aspose slides data labels are overlapping in 'Area Chart'

I am using aspose-slides-17.3-jdk16.jar for java. I have created the Area Chart using IChartDataWorkbook. I have used multiple series to plot area chart and following image is the chart output, where the data labels are overlapped. Is there any…
Chandra shekar
  • 240
  • 1
  • 12
1
vote
2 answers

Aspose slides 'Area chart' series value not shown in the tooltip

I am using aspose-slides-17.3-jdk16.jar for java. I have created the Area Chart using IChartDataWorkbook and I'm able to get the series values in the tool tip for all the charts except Area chart. Following is the code I have done so far. public…
Chandra shekar
  • 240
  • 1
  • 12
1
vote
1 answer

Page Setup in Aspose PPT/Slides

I am using aspose-slides-17.3-jdk16.jar for java. I want to customize the page setup for slides in PPT. Any help would be greatly appreciated.
Chandra shekar
  • 240
  • 1
  • 12
1
vote
1 answer

Set Powerpoint presentation format to 16:9

How can I create a Powerpoint document with presentation format 16:9 in Aspose.Powerpoint? 4:3 seems to be default.
HischT
  • 933
  • 1
  • 9
  • 26
1
vote
2 answers

How do you get 3d bevels working in .net aspose.slides shapes?

I am trying to add bevel 3d effect to a shape programmatically using aspose.slides and it doesn't seem to be working. What is weird is when i actually go into powerpoint and click "Format Shape", it does seem like all of the settings that I am…
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
2 answers

How to get text from slide in C# using Aspose

i am getting all shapes in slides of ppt file now i want to get text from those shapes how can i do this here is my method where i am getting shapes of all slides in ppt file public void Main(string[] args) { // The path to the documents…
Neeraj Mehta
  • 1,675
  • 2
  • 22
  • 45
1
2 3 4