Grid to PDF

The library is for JDK 1.6 PDJjet.jar; need PDFjet.jar version for this version, where do I can get?

You can grab full sources from the next ulr , and recompile with necessary JDK
pdfjet.com/os/edition.html

Firstly thanks for your prompt reply but regret to inform you that this library is not working properly, the errors currently displayed is:

02/11/1915 15:00:57 java.lang.NoSuchMethodError: com.pdfjet.PDF: method () V not found
02/11/1915 15:00:57 at com.dhtmlx.xml2pdf.PDFWriter.createPDF (PDFWriter.java: 85)
02/11/1915 15:00:57 at com.dhtmlx.xml2pdf.PDFWriter.generate (PDFWriter.java: 62)
02/11/1915 15:00:57 at PDFGenerator.doPost (PDFGenerator.java: 19)
02/11/1915 15:00:57 at javax.servlet.http.HttpServlet.service (HttpServlet.java: 763)
02/11/1915 15:00:57 at javax.servlet.http.HttpServlet.service (HttpServlet.java: 856)

Default files uses the same lib and works correctly with JDK 1.6
From stack trace it seems that error occurs during initialization the class from pdfjet lib, so it may be related to the way how it was compiled | included in the project

In fact, with JDK 1.6 works correctly, but I need to use it with JDK 1.5, since the server is an OAS 10.1.3 and applications do not work with JDK 1.6.
Having compiled the source code with JDK 1.5 still have a problem, what other solution?, where I can get the library to work properly, just as it works with the library jxl.jar to export to excel?.