sol
I think SQLite(http://sqlite.org) is the best.
For a JDBC driver look at: http://www.zentus.com/sqlitejdbc/
By the way, Mozilla Firefox is using it too
in order to store internal urls history, etc
User Profile
Collapse
-
solution
Yes Irene, it is possible to use ms word templates and populate them with data.
Example:
...Code:import officetools.OfficeFile; // officetools.jar from this website http://www.dancrintea.ro/doc-to-pdf/ FileInputStream fis = new FileInputStream(new File("irene_template.doc")); FileOutputStream fos = new FileOutputStream(new File("irene_final_result.doc"));Leave a comment:
-
Convert DOC and XLS to PDF
My team came across a new solution which allow conversion of ms office formats, especially doc and xls to pdf. Solution is provided by this guy on this page: http://www.dancrintea.ro/xls-to-pdf/
How it works:
...Code:import officetools.OfficeFile; // from officetools.jar FileInputStream fis = new FileInputStream(new File("test.doc" )); FileOutputStream fos = new FileOutputStream(new File("test.pdf"
No activity results to display
Show More
Leave a comment: