• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

FOP and AWT

 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK,
I successed in printing XML+XSL doc with FOP, but can't programmaticaly show the AWT Viewer which comes up automatically when using FOP through Command line.
What way i could get AWT Viewer programmaticaly?
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Velika Srbija:
OK,
I successed in printing XML+XSL doc with FOP, but can't programmaticaly show the AWT Viewer which comes up automatically when using FOP through Command line.
What way i could get AWT Viewer programmaticaly?


You can build your own one by looking at the source code of fop package.
But why you need the AWT viewer? isn't that you are using web browser with adobe acrobat reader ?
 
Velika Srbija
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's OK with PDF, but I'm making desktop application and I want AWT Viewer instead of Print Preview.
 
reply
    Bookmark Topic Watch Topic
  • New Topic