• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Printing XML document

 
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Hope someone will give me some guidelines.
I have a requirement as follows.
When user invoke applet from browser, It should send output to printer directly.

Req :
1> Applet must not display the output on browser but instead send to printer.
2> Browser should display nothing. Printing process will be done in background.
User will see nothing on browser.
3> Input file is xml with xsl formatting.
Basically when user invoke applet, I want to print a XSLT formatted document without
displaying it to browser.

Can anyone give me some advice?
Thanks for your valuable time.

Himanshu
 
himanshu patel
Ranch Hand
Posts: 205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible through SUN API or I have to go for third party. I am exploring javax.print but did not get what i need. Do i have to convert
into HTML format?
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think this problem is more related to the applet itself than to XML. I'm moving this thread to the Applets forum. Thank you
 
I think he's gonna try to grab my monkey. Do we have a monkey outfit for this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic