Hi,
I have a question about Aspose Slides. I want to create thumbnails of each slide of my ppt-presentation, but the data from date and time field in the footer is missing in every png-file.
I am using Slides 7.5.1 for Java.
Many thanks
Hi Borris,
I have observed the issue statement shared by you and request you to please share the sample presentation along with generated output without date header footer in it. I will investigate the issue further on my end to help you out. Please also share the sample code used to verify the issue.
Many Thanks,
Hi Mudassir,
the zip-file is attached below. By converting to pdf format the footer is missing, too.
Many thanks
Hi Borris,
I have worked with the presentation file shared and have been able to observe the issue specifed on slide 2 thumbnail. An issue with ID SLIDESJAVA-34024 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.
We are sorry for your inconvenience,
Hi Mudassir,
do you know a workaround about this issue (changing the footer at the master or something like that)?
Many thanks,
Borris
Hi Borris,
Hi Mudassir,
I would like to ask you if this bug is still open? If so could you please tell me when it will be fixed?
Many thanks,
Borris
Hi Borris,
I have verified the issue status from our issue tracking system and have observed that the issue is still unresolved. However, I have made a discussion with our development team and the issue has been shceduled for investigation and resolution. We are very much hopeful that issue will be resolved ASAP now. I will share the feedback with you as soon as it will be shared further by our development team.
Many Thanks,
Hi Mudassir Fayyaz,
as requested i’ll ask all states of the open bugs in their corresponding threads.
We need the getThumbnail functionallity for our software, which means this bug is a “blocker” for us. I would like to know what is the current state of it?
What is the release roadmap for aspose.slides and when will there be a fixed version available for us?
kind regards,
D.Croe
Hi D Core,
I have verified the issue using Aspose.Slides for Java 8.4.0 and have observed issue to be resolved. For your kind reference, I have attached the generated thumbnail as well. Please try using the suggested version and share with us if there is any issue incurring on your end.
Many Thanks,
Hi,
we’ve tried the 8.4.0 version, but without success. Please attach the ppt file you have used for creating the thumbnail. It looks like there is a difference between ppt files created by an old powerpoint release and ppt files created by a new version and saved under 97/ppt format.
I’ve attached the unmodified ppt file which still has the disappering field.
many thanks,
D.Croe
Hi D.Croe,
public static void genPPTThumbs(String presName,String path ) throws Exception{// String path=“D:\Aspose Data\”;Presentation pres = new Presentation(path+presName);for(int i=1;i<=pres.getSlides().getLastSlidePosition();i++){Slide sld = pres.getSlideByPosition(i);try{ BufferedImage image = sld.getThumbnail(2.0f, 2.0f);ImageIO.write(image,“png”, new File(path+“Slides/”+presName+"_PPT_thumbnail" + i + “.png”));}catch(Exception e){System.out.println("Exception on slide: "+Integer.toString(i));// e.printStackTrace();}}}
Hi Mudassir,
i'm a bit confused, two days ago you wrote about 8.4.0 and today ist 8.5.0. What is the latest version and where do i find release notes? what is the release interval, when will 8.6.0 be available?
right now i will verify the 8.5.0 version ...
we use Java(TM) SE Runtime Environment (build 1.7.0_51-b13), windows7
please attach the ppt file...
best regards,
D.Croe
Hi D.Core,
Hi Mudassir,
the bug is still there in 8.5.0. For me it looks like aspose has a problem with old ppt files. In case i open the file in PowerPoint2007 and save again as PowerPoint 97/2003-ppt the file size increases and after that the datetime field doesn't disapear anymore. But since we have hundreds of old presentations this is not an acceptable option for us. Is it possible that you have opened/saved your downloaded ppt file somehow before the test?
what are the next steps to solve this problem?
best regards,
D.Croe
Hi D.Croe,
Thanks for your feedback. Actually, I have verified the two presentation files shared by you so far and tried generating the thumbnail. The footer text is appearing in thumbnails. Also, in the presentation files shared I can’t see the date and slide number fields visible as well and for this reason they are not shown in thumbnail as well. The thumbnails generated on my end with the presentation files shared by you are identical with presentations. I request you to please share the presentation with which you are able to reproduce the issue along with generated thumbnails. I will test that again on my end to help you further.
Many Thanks,
Hi Mudassir,
please verify that you use the Test.ppt from this thread:
<a href="</a></p><p>the filesize has to be: 17KB! </p><p>If you open it in PowerPoint there should be the dateTime field visible on the second slide in the left corner stating "Here is an Example". this is the dateTime field and not the footer. This thread concerns the date-time field and not the footer (so far i understood, the "footer" is the text in the center?).
let me now if there is a difference on your side in any of the above pre-conditions.
Thanks a lot,
D.Croe
Hi D.Croe,
Hi Mudassir,
thanks a lot!
i've tested the behaviour in a more complex environment. Now i've decided to create a testcase with exact the code from the forum and i can confirm this bug has been fixed. Thus our problem is probably caused by another bug!?
I'll try to strip down the "complex environment" to a simple testcase and upload it here as soon as possible.
best regards,
D.Croe
Hi D.Croe,