|
|
Tag Browser: aspose-and-slides-extract
< 1 second(s)
-
I created a simple one page MSRS report, that has a rectangle with an image as fill, Inside the rectangle, I add a table to it. When I render in the browser, and then try to save as PPTX, I get an ''Object reference not set to an instance of an object.'' error.
If I remove the rectangle ''fill'' image, the report then renders.
I think I may ...
-
Hi,
Greetings.
We are using 'aspose.slides' in our project to clone mutiple reports as powerpoint slides to single presentation. In many cases Cloning multiple slides to final powerpoint presenation is working fine. But in one scenario final powerpoint is creating but when i try to open its giving message like that 'Power point ...
-
I had a Aspose.Slides license but it expired. Began to display the message ''Evaluation only. Created with Aspose.PowerPoint. Copyright 2004 Aspose Pty Ltd. ''. I bought the new license, replacing the license file, but the message keeps appearing. What do I do? Help me please please.
-
Hi,
I need to create an image from each slide in the presentation. I am doing that using the getThumbnail(Dimension dim) method of the Slide class. For some reason, final graphic is missing the image of some shapes.
Shapes shapes = slide.getShapes();for(int k=0; k<shapes.size(); k++){ Shape shape = ...
|
|