Printing on a pre printed stationery in java -



Printing on a pre printed stationery in java -

in web based application, have print study in pre-printed stationary.

what options in java can utilize print. there other requirements such if text not fits 1 page, next page should used printing.

also, other queries have in mind are:

will characters width play role? 'i' , 'w' eg. takes different character width. will print depend on printer beingness used?

also, have web application, , printing needs done on client machine on client's printer.

there class fontmetrics, , methods of class help calculate width of string in pixels.

your application should know printing resolution using, dpi, dots per inch.

so can determine printing width of text in inches, via operation

textsizeinpixels/dpi

where dpi - printer resolution.

java printing

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -