Java text printing framework

1.6k Views Asked by At

Is there any Java framework which helps to print text in specified co-ordinates(x,y)?

2

There are 2 best solutions below

0
Behrang Saeedzadeh On BEST ANSWER

You can use the Java Report Printing library to achieve this. Have a look at TextPrint, Insets, and InsetsPrint classes for more information.

For a lower level API have a look at the Java Print Service API.

1
AudioBubble On

For the ultimate in printing control, look at using iText and generating a PDF, that you can control the exact layout and positioning things and then print out the resulting PDF.