Issues in Aspose Slide for java(pptx)

Last post 04-12-2012, 3:34 PM by aspose.notifier. 14 replies.
Sort Posts: Previous Next
  •  01-12-2012, 1:05 AM 354548

    lock [lo] Issues in Aspose Slide for java(pptx) Java

    Hi ,

    This is the first time that i am sending you message and thanks to you that you are supporting on aspose.

    I have sucesffully creating ppt to image without any issues but when i am trying the same with pptx there are some issues.like size of the thumbnail parameters in float and this creating issue.we need exact 1000*720 size of image.please give some support because we are ready to get liscence but we are waiting to resolve this issue.

     

    Thanks

     

     
  •  01-12-2012, 1:27 AM 354560 in reply to 354548

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    Thank you for your interest in Aspose products.

    As your request is related to Aspose.Slides, I will move your request in Aspose.Slides forum. My colleagues from Aspose.Slides component team will answer you shortly.

    Best Regards,

    Awais Hafeez
    Support Developer
    Aspose Sialkot Team
    Aspose - Your File Format Experts

    Keep in touch! We're on Twitter and Facebook
     
  •  01-12-2012, 4:21 AM 354632 in reply to 354560

    Re: Issues in Aspose Slide for java(pptx)

    Hi ,

    Thanks for your quick response.

    Please take this as high priority,because we are planning to get lisence once we will fixed all issues.

     
  •  01-12-2012, 5:51 AM 354655 in reply to 354632

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    Please use the following code snippet for generating desired slide size thumbnail. Please share, if I may help you further in this regard.


    PresentationEx pres=new PresentationEx();

    double width=1000*(double)1/720;
    double height=720*(double)1/540;

    for(int  i=0;i<pres.getSlides().size ();i++)
    {
    BufferedImage img = pres.getSlides().get(i).getThumbnail((float)width, (float)height);
    ImageIO.write(img, "PNG", new File("D:\\Aspose Data\\Image_"+i+"_.jpg"));
    }

    Many Thanks,


    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  01-20-2012, 10:01 AM 356503 in reply to 354655

    Re: Issues in Aspose Slide for java(pptx) Java

    Attachment: Present (inaccessible)

    Hi,

    I have tried already the same way which you  have mentioned in your last mail.

    I would like to tell you that ppt is working fin as per our expectaions but there are lot of issues for pptx.

    I am able to generate images from pptx format without any issue if i set thumbnail size by default meeans (1,1)...................but if increase the height and width the generated images gets destored means background of text box location is somewhere and text is somewhere .

    Please consider this as high priority,because we are planning to purchase your lisence by the end of this month .But these are the some issues in pptx format that we need to fix before purchasing ur lisence and our target date is end of this month.

    I am attaching screen shot which will help you  to understand exact problem.

    You can find pptx file and generated images folder.

    Thanks a lot for ur quick response.

     
  •  01-23-2012, 12:40 AM 356610 in reply to 356503

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    I have worked with the presentation file shared by you and have been able to observe the issue while generating custom sized thumbnails. An issue with ID SLIDESJAVA-33142 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,

    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  01-23-2012, 1:21 AM 356615 in reply to 356610

    Re: Issues in Aspose Slide for java(pptx)

    Hi Mudassir,

    Thanks for your reply.

    But may i know how much day it will take to resolve this issue from your side.because we have deadline for  end of this month.If we able to resolved these issues then only our client will plan to get lisence .

    Thanks

     
  •  01-23-2012, 4:35 AM 356664 in reply to 356615

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    I regret to share that I may not be able to share any time line presently. Once our development team will schedule the issue, they will then share the ETA based on the complexity of issue. I also like to add that we are moving towards major product modification by porting Aspose.Slides for .NET features inside Aspose.Slides for Java to make it more rich feature wise and stable. It may take some time to get your issue resolved but its my estimation and defined response will be shared by our development team once they will carry out investigation.

    Many Thanks,

    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  01-23-2012, 5:31 AM 356678 in reply to 356664

    Re: Issues in Aspose Slide for java(pptx)

    Hi Mudassar,

    Can we have your contact number so that we will have one direct meeting(call) with you.And hope so, this will be more clear to us regarding  bugs/issues in current free lisenced version as well as future support on such issues if we will buy your product ..etc .

    Please consider this as high proirity. 

    Thanks in advance.

     
  •  01-23-2012, 6:06 AM 356686 in reply to 356678

    Re: Issues in Aspose Slide for java(pptx)

    Attachment: Present (inaccessible)
    Hi Vinayak,

    I regret to share that we cannot address queries over telephone. You may reach us via forums and we guarantee response with in 24 maximum. You may also contact us on live chat session as well for status of issues. I have shared the image highlighting the option for live chat.

    Many Thanks,

    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  02-01-2012, 12:51 AM 358528 in reply to 356686

    Re: Issues in Aspose Slide for java(pptx)

    Hi ,

    We would like to know what is the current update of our isseue ID SLIDESJAVA-33142 .

    We are holding our plan to purchase aspose slide for java because of this issue.

    Today we have meeting regarding this so it will be helpful to us if you can give us update on this issue.

     

    Thanks in advance.

     
  •  02-01-2012, 2:08 AM 358547 in reply to 358528

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    I regret to share that the issue is still unresolved as it has been recently created. Actually, we are going for major product modification in Aspose.Slides for Java by porting features from Aspose.Slides for .NET. Its going to consume much amount of resources and also time. Please visit this link for your reference. However, I have requested our development team for scheduling the issue and as soon as some further information will be shared, I will be happy to share that with you.

    Many Thanks,

    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  02-02-2012, 7:41 AM 358947 in reply to 358547

    Re: Issues in Aspose Slide for java(pptx)

    Hi Mudassir ,

    Thanks for your quick reply and we appreciate this.

    As per your mail the  issue has not resolved yet and you are doing some modifications in Aspose for java with some new features.

    Right now we are using your temporary lisence and it will be expired after 5 days so can we have facility to extend our temporary lisence or can we get new temporary lisence to use still the issue get resolved.we will appreciate if you can do this.

    Thanks in advance.

     
  •  02-02-2012, 9:13 AM 358972 in reply to 358947

    Re: Issues in Aspose Slide for java(pptx)

    Hi Vinayak,

    I feel you may share the query related to extension of temporary license to our sales team. I would recommend you to kindly make inquiry in Aspose.Purchase forum regarding this. For any technical queries, I will be here to help you out.

    Many Thanks,

    Mudassir Fayyaz
    Support Developer
    Aspose Sialkot Team
    Contact Us
    Aspose - The .NET and Java Component Publisher

    Keep in touch! We're on Twitter and Facebook
     
  •  04-12-2012, 3:34 PM 375224 in reply to 354548

    Re: Issues in Aspose Slide for java(pptx)

    The issues you have found earlier (filed as SLIDESJAVA-33142) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML