I am using "Spring MVC" web application and I need to generate a small 'PDF' file and send it to the printer. Generated 'PDF' will contain user information that can get from accessing the database.
Are there any open source tools that I can use for this ? I looked at 'Java Print API' but still did not came across with a proper solution.
Can anyone please give some guidance?
actually from the web app (spring mvc) lets say i clicked "Do Print Job" button and without showing print dialog ( windows print dialog) can i do printing in the background? assuming using the default printer ?