Utilizar Impresora
Hola, tengo un jTextArea con un contenido determinado.
Necesito utilizar la impresora para pasarlo a papel.
¿Alguien sabe como mandar una orden de imprimir a la impresora.?
¿Como puedo seleccionar una impresora?
Gracias
Necesito utilizar la impresora para pasarlo a papel.
¿Alguien sabe como mandar una orden de imprimir a la impresora.?
¿Como puedo seleccionar una impresora?
Gracias
Échale un vistazo a java.print:
Package javax.print Description
Provides the principal classes and interfaces for the JavaTM Print Service API. The Java Print Service API enables client and server applications to:
-Discover and select print services based on their capabilities
-Specify the format of print data
-Submit print jobs to services that support the document type to be printed.
Package javax.print Description
Provides the principal classes and interfaces for the JavaTM Print Service API. The Java Print Service API enables client and server applications to:
-Discover and select print services based on their capabilities
-Specify the format of print data
-Submit print jobs to services that support the document type to be printed.
