PPT to PDF conversion in Solaris Environment

Last post 09-18-2010, 4:51 AM by Mudassir. 24 replies.
Page 1 of 2 (25 items)   1 2 Next >
Sort Posts: Previous Next
  •  08-17-2010, 7:14 PM 254355

    PPT to PDF conversion in Solaris Environment

    Hi,

    I'm using the Aspose for PPT to PDF conversion. I'm using the following code for converting the ppt to pdf . It is working fine at Windows environment. When i test it  in Solaris environment , getting the Null pointer Exception.

    Presentation pptPresentation = new Presentation(pptFilePath);
    pptPresentation.save(pdfFilePath, com.aspose.slides.export.SaveFormat.PDF);

    Regards,

    Dheeraj

     

     
  •  08-17-2010, 10:29 PM 254371 in reply to 254355

    Re: PPT to PDF conversion in Solaris Environment

    Dear Dheeraj,

    I feel sorry to inform you that I am unable to understand the issue completely. Can you please share further information about which JDK version you are using along with Aspose.Slides for Java version that you are using. Please also share that whether you are experiencing problem with every presentation in Solaris environment or with only a particular presentation. Please also share the problematic presentation for further investigation.

    Thanks and Regards,


    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
     
  •  08-18-2010, 3:04 PM 254586 in reply to 254371

    Re: PPT to PDF conversion in Solaris Environment

    Hi,

    I'm using the aspose.slides_2.3.0_20100710.jar . JDK version is 1.5 and Environment is Solaris.

    The below mentioned code is working fine at Windows Environment. When i run it the same code at Solaris environment, getting the Null Pointer Exception. 

    Presentation pptPresentation = new Presentation("c:\\test.ppt");
    pptPresentation.save("c:\\test.pdf", com.aspose.slides.export.SaveFormat.PDF);

    Getti ng exception for all PPT's.

    Regards,

    Dheeraj

     

     

     
  •  08-18-2010, 9:26 PM 254619 in reply to 254586

    Re: PPT to PDF conversion in Solaris Environment

    Dear Dheeraj,

    Thanks for sharing added piece of information. I have added the issue in our issue with ID  19378 in our issue tracking system for further verification and resolution by our development team. This thread has also been linked with the issue, so that you may be automatically notified, once the issue is 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
     
  •  08-19-2010, 12:03 AM 254635 in reply to 254619

    Re: PPT to PDF conversion in Solaris Environment

    Presentation ppt=new Presentation("c:\\test.ppt");

    ppt.save("c:\\test.pdf",com.aspose.slides.export.SaveFormat.PDF);

     

    This piece of code is giving me null pointer exception in windows environment.  How to fix this one? very urgent.

     

    Thanks

    Van

     
  •  08-19-2010, 3:45 AM 254694 in reply to 254635

    Re: PPT to PDF conversion in Solaris Environment

    Dear Van,

    The code snippet that you have shared is fine. There may be some issue with the presentation and for that an issue is already created in our issue tracking system. As soon as issue is resolved, I will be happy to share the information with you.

    Thanks and Regards,


    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
     
  •  08-19-2010, 10:33 AM 254783 in reply to 254694

    Re: PPT to PDF conversion in Solaris Environment

    looks like others are ab;e to run this one in windoews environment. is it correct?
     
  •  08-19-2010, 12:46 PM 254805 in reply to 254783

    Re: PPT to PDF conversion in Solaris Environment

    Dear Van,

    Yes, you are right in making your point that same code snippet is working in Windows environment but failing to execute in Solaris environment. The issue might be with Aspose.Slides for Java and our development team will investigate and resolve.

    Thanks and Regards,


    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
     
  •  08-23-2010, 3:11 PM 255231 in reply to 254805

    Re: PPT to PDF conversion in Solaris Environment

    Hi

    Its failing to execute in windows environment too for me. I am using jdk version 1.6.

     

     

     
  •  08-23-2010, 6:40 PM 255258 in reply to 255231

    Re: PPT to PDF conversion in Solaris Environment

    Dear Van,

    Can you please share the source presentation file so that I may verify and reproduce the issue on our end. The code snippet that you have shared is fine and all we need to investigate is the presentation it self. I appreciate your cooperation in advance.

    Thanks and Regards,


    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
     
  •  08-24-2010, 10:54 AM 255371 in reply to 255258

    Re: PPT to PDF conversion in Solaris Environment

    Attachment: Present (inaccessible)
    Please find the attached ppt
     
  •  08-24-2010, 12:19 PM 255399 in reply to 255371

    Re: PPT to PDF conversion in Solaris Environment

    Attachment: Present (inaccessible)

    Hello Dear,

    I have tried to access the shared presentation and have been successfully able to export the presentation to PDF file. For your kind reference, I have attached the generated PDF. I have used Aspose.Slides for Java 2.3.0 and JDK 1.6.0_21.

    Thanks and Regards,


    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
     
  •  08-25-2010, 12:32 PM 255616 in reply to 255399

    Re: PPT to PDF conversion in Solaris Environment

    Hi Mudassir,

       I want to know the status about this issue( PPT to PDF conversion in Solaris Environment). Client is waiting for this fix. Can you please send the status of this issue.

    It's working fine at Windows and getting the problem in solaris environment. I got the same issue for other types xls and doc conversion ,after setting the fonts dir,both are working fine in solaris environmanet.

    Please let me know, how to set the fonts in PPT. If we sets the fonts, i think issue will be resolved. i didn't find the any method in PPT for setting the fonts.

    waiting for your response.

     

    Thanks,

    Dheeraj

     

     
  •  08-25-2010, 2:03 PM 255641 in reply to 255616

    Re: PPT to PDF conversion in Solaris Environment

    Dear Dheeraj,

    Thanks for sharing added piece of information regarding fonts as this will be certainly helpful in quickly resolving the issue, once our development team will work on it. At the moment, unfortunately the issue is still not 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
     
  •  08-29-2010, 8:29 AM 256068 in reply to 255641

    Re: PPT to PDF conversion in Solaris Environment Java

    Hi,

    I have also opened a similiar issue.
    It seems that conversion from ppt to PDF does not work in Linux.

    This is critical as we are reaching a purchase decision whether to replace openoffice with Aspose.

    When are we going to get an answer about compatibility in Linux ?

    thanks

     
Page 1 of 2 (25 items)   1 2 Next >
View as RSS news feed in XML