| | |
How can we print an MS Word document from Java
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Sep 2004
Posts: 35
Reputation:
Solved Threads: 0
HI,
How can we print an MS Word document from Java ???
We can print .txt files, but while printing .doc, it gives junk chars in print out when we set
DocFlavor docFlavor = DocFlavor.INPUT_STREAM.AUTOSENSE;
I tried,
1.DocFlavor docFlavor = new DocFlavor("application/msword", "java.io.InputStream");
2. DocFlavor docFlavor = new DocFlavor("application/vnd.ms-word", "java.io.InputStream");
and got PrintJobFlavorException
It would be helpful if any one could help me out..
Thanks in advance..
How can we print an MS Word document from Java ???
We can print .txt files, but while printing .doc, it gives junk chars in print out when we set
DocFlavor docFlavor = DocFlavor.INPUT_STREAM.AUTOSENSE;
I tried,
1.DocFlavor docFlavor = new DocFlavor("application/msword", "java.io.InputStream");
2. DocFlavor docFlavor = new DocFlavor("application/vnd.ms-word", "java.io.InputStream");
and got PrintJobFlavorException
It would be helpful if any one could help me out..
Thanks in advance..
http://jakarta.apache.org and look for POI.
It's not perfect in that it doesn't understand all capabilities of MS Word but it understands pretty much all core capabilities.
It's not perfect in that it doesn't understand all capabilities of MS Word but it understands pretty much all core capabilities.
![]() |
Similar Threads
- How to get printer status and print MS word document using javascript? (JavaScript / DHTML / AJAX)
- Print different format files using java API (Java)
- loading a text file into word document (C#)
- Printing Word and PDF from Java problems (Java)
- open word document in java (JSP)
Other Threads in the Java Forum
- Previous Thread: [MERGED]can anybody help me with this problem; snake game
- Next Thread: Help in printing mulitple documents using print button
Views: 16225 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for Java
actionlistener android api apple applet application arguments array arrays automation binary bluetooth character chat class classes client code component consumer database desktop draw eclipse encode error event exception file fractal ftp game givemetehcodez graphics gui helpwithhomework html ide image input integer j2me java javac javaee javaprojects jmf jni jpanel julia linked linux list loop mac map method methods mobile netbeans newbie number object online oracle print printf problem program programming project properties recursion researchinmotion rotatetext rsa scanner score screen server set size sms socket sort sql string swing template test textfields threads time title tree tutorial-sample update windows working xstream






