|
|
Tag Browser: aspose.slides-for-.net
4 second(s)
-
Hi, We are intended to purchase Aspose.Slides 5.5.0.0
for .Net ( framework version 4.0). But while analyzing the evaluation
version, we came across this issue while exporting PPTX to XPS. We have
attached the sample code and the issue that occurred. /***************************************************/string FileFilter = ...
-
Could you give an example when using powerpoints that were saved with Office 2007 and later?
-
I want to get the title of each slide. I have been testing with the code below.However, it only returns the type of each Shape, not the actual text that is in the Shape. //Instantiate a PresentationEx class that represents the PPTX file PresentationEx pres = new PresentationEx(tbPPTpath.Text); int iSlideCount = pres.Slides.Count; for ...
-
I am trying to convert a powerpoint slide to pdf file using Aspose Slides. I have noticed that the converted pdf file doesn't have the same quality for the embedded images in the powerpoint slide. I have used the below code for the conversion. I have tried different settings with pdfOptions object still have no luck. Also I could see some texts in ...
-
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
...
-
Hello , I am using Aspose PDF Kit version 5.3.0.0
in my ASP.Net Application.For conversion process Ms- Word, MS-
Excel,MS- PowerPoint to PDF its working fine with small size of
files.But I am getting an error while trying to convert an Excel file to PDF whose size is 50 ...
-
Hello , I am using Aspose PDF Kit version 5.3.0.0 in my ASP.Net Application.For conversion process Ms- Word, MS- Excel,MS- PowerPoint to PDF its working fine with small size of files.But I am getting an error while trying to convert an Excel file to PDF whose size is 50 MB.So ...
-
Hello , I am using Aspose PDF Kit version 5.3.0.0 in my ASP.Net Application. I need to convert the PowerPoint to PDF for that I am using Aspose.Slides version 5.0.1.0 to convert the PowerPoint into
PDF memory stream and then I will merge that memory stream with the ...
-
Hi,
We’ve been trying to include a customized number formatting for slide number of a Powerpoint 2007 presentation using Aspose.Slides for .NET 4.2.0.
This is the scenario:
We have a .pptx file which have five slides with each slide having just a a text box with letters “BBB” and slide number ranging from 1 to 5. (Font-color gray, no border, ...
-
Hi.
[Please refer my earlier post http://www.aspose.com/community/forums/thread/258028.aspx]
In my application, I am using HTTP module to register the License using the following code.
Aspose.Slides.License license = new Aspose.Slides.License();
license.SetLicense(httpApp.Context.Server.MapPath(''~'') + ''\\'' + licenseName);
The above ...
1
|
|