IntelliJ Java IDE
The moose likes Other JSE/JEE APIs and the fly likes Print Text File to Network Printer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Print Text File to Network Printer " Watch "Print Text File to Network Printer " New topic
Author

Print Text File to Network Printer

Steve Hanlin
Greenhorn

Joined: Jan 06, 2002
Posts: 1
I am new to Java, and I recently created a Java program that writes to a text file with FileWriter. I would like to send the file to a network printer in landscape orientation.
Does anyone have any examples of how to do this or a URL to look at?
Thanks in advance,
Steve H
Jane Griscti
Ranch Hand

Joined: Aug 30, 2000
Posts: 3141
Hi Steve,
There are some examples here a printing in Java tutorial here and an in-depth article on JavaWorld
Hope they help.


Jane Griscti
SCJP, Co-author Mike Meyers' Java 2 Certification Passport
 
IntelliJ Java IDE
 
subject: Print Text File to Network Printer
 
Threads others viewed
How to print barcode labels using barcode4j?
Printing API Question
is there any guide lines for this problem ?
Writing output to the console
Java Network printer
IntelliJ Java IDE