Re: AsposeBaseException when converting xlsx to pdf


I have the same error, but I only can see that in the download section
"Aspose.Pdf for Java 2.4.0.0 New Release"

where is the last version?


I'm evaluating the product to convert .doc,.xls and ppt to pdf.

Any help will be appreciated!!!!

Thank you!
Sergi

Java version 1.5

Hello Sergi,

Thanks for considering Aspose.

The latest version of Aspose.Pdf for Java will be available in next few days.

Regarding your other requirement on "converting .doc,.xls and ppt to pdf", soon you will be updated with the required information.

Hi,

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for considering Aspose.

Aspose.Cells for Java can work with Aspose.Pdf for Java to convert a spreadsheet to a Pdf document. You may download and try our latest version of Aspose.Cells for Java from the following location:

http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry221865.aspx

Please see the following documentation link for further details and code sample regarding Xls2PDF conversion.

http://www.aspose.com/documentation/java-components/aspose.cells-for-java/converting-to-pdf-files.html

Thank You & Best Regards,

I’m sorry, I tested this version (Aspose.Pdf for Java 2.4.0.0 New Release

Introduction In this new release, a lot of important features about Section, Te…
11-12-2008) but have an error.
Can I test a beta version or???
It’s very urgently

Hello,

I downloaded the last version 2.5 :)

And with this code:

workbook.save("C:/TMP/"+nombre+".xml", FileFormatType.ASPOSE_PDF);

Pdf pdf = new Pdf();

pdf.bindXML("C:/TMP/"+nombre+".xml", null);

pdf.save("C:/TMP/"+nombre+".pdf");

It generates a pdf that I can't open. Maybe because the 'null' parameter. Please, how can I convert the excel to a valid pdf?

Thanks

Sergi

Hi Sergi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Sorry for the delayed response.

We have found your mentioned issue after an initial test. We are looking into it and we will get back to you soon. Your issue has been registered in our internal issue tracking system with issue id CELLSJAVA-14528.

Thank You & Best Regards,

Hi,

Please try the attached version.

I think it might be a bug of Aspose.Pdf. When the
border’s Color is auto, it is accaceptable for Aspose.Pdf for .Net that ignores
the “Color” attribute for “Border” element. However without “Color” attribute
for “Border” element will cause Exception for Aspose.Pdf for Java. Anyways, we
have enhanced the Aspose.Cells for Java to avoid such exceptions, please try the new fix.

Thank you.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.