kenyus
February 11, 2009, 10:20pm
1
Hi,
We have a web application which convert power point file (ppt MS2003) to pdf file using vb.net 2.0.
We’re current experiencing issue where part of image is missing in the converted pdf file.
Apose components:
Aspose.Pdf 3.9
Aspose.Pdf.Kit 3.3
Aspose.slides 2.9.2.3740
We would need this issue to be resolves quite urgently, so please let us know if you need any other information.
Many Thanks
Kenny
Dear Kenny,
Thanks for reporting.
We will look into it and fix the problem as soon as possible.
Hello,
Can you please attach the original PPT file?
You can also get the latest version of Aspose.Slides for .NET 2.9.5.37422 from this link.
Hi,
We have two questions about PDF rendering as follows: 1) When rendering a PDF from PPT we notice that the drop-shadow on text is missing in the PDF when a text shadow has been applied using the green 'Shadow Style' button on the bottom-bar in PowerPoint 2003. Shadows applied using the Format/Font/Shadow tick-box works OK, but many of our customers apply drop shadows using the green button instead - see attached slide. Is this something that can be fixed please, if so, when?
2) Some Power…
kenyus
February 15, 2009, 5:47pm
4
Hi,
Please find ppt file in attachment as requested.
Can you please help us resolves this issue as soon as possible as our client is chasing us up on this everyday.
Many Thanks,
Kenny
Can you please paste your code? We are unable to replicate
this error.
kenyus
March 2, 2009, 11:57pm
6
Sub PPT2PDF(ByVal sInfile As String, ByVal sOutFile As String)
' Open presentation file
Dim pres As Aspose.Slides.Presentation
'--------------------------------------------------------------------------
'applying licences
Dim oSlidesLicense As Aspose.Slides.License = New Aspose.Slides.License
oSlidesLicense.SetLicense("Aspose.Custom.lic")
'--------------------------------------------------------------------------
pres = New Aspose.Slides.Presentation(sInfile)
pres.SaveToPdf(sOutFile)
End Sub
Please see the generated PDF. It seems to be ok to me. Is there anything missing? Please clarify.
kenyus
March 3, 2009, 8:50pm
8
Hi,
The image that is partly missing is on page 2, please note the 2 red arrow pointer, please compare to original document.
Thanks for clarifying it. Now I can see the problem.
alcrus
March 10, 2009, 1:59pm
10
Hello, Currently arrows and any other line cap styles are not supported in pdf rendering. It will be implemented in the future.
kenyus
March 10, 2009, 7:08pm
11
Hi,
Thank you for your response, I would like to know when Aspose is planning to support arrows and line cap in image along with pptx extension. In the mean time, are there any ways to get around these issues?
Many Thanks,
Kenny
Yes, it is in our plan to support it, as a workaround, you can get the slide image in SVG or BMP format and add it in output PDF using Aspose.PDF .
The issues you have found earlier (filed as 7725) have been fixed in this update .
This message was posted using Notification2Forum from Downloads module by aspose.notifier .