-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Need community advices to generate Postscript
PostPosted: Wed Oct 27, 2004 4:38 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
Hi friends,
i have a problem (not hibernate related).
We use FOP to generate PDF for printing.
Our printing system (HP DASEL) spends a lot of time to convert PDF to PCL using ghostscript.

My question is pretty simple but google doesn't seem to give good infos.
We would like to generate Postscript directly (or pcl).
The problem is that Postcript isn't really supported by FOP.

Do you know a tool (free or commercial) which is able to generate PostScript using XML/XSL, or course we need to work in java.

Thanks a lot.

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 28, 2004 3:11 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
The printer classes in the JDK on sun generates native Postscript AFAIK.

I fiddle with it by downloading the source code to the jdk and got inspired by it ;)

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 28, 2004 6:17 am 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
from xml/xsl transformation?

i'll take a look, thanks max!!

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 28, 2004 6:24 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
no no - not from xsl whatever.

It will generate postscript as it's intermediate format when you do normal printing via the java.print api!

Meaning that you could just use your FOP to print to the normal printing system and by hooking in some weird place (probably need to rip out some code to do that) then you will get normal PS code.

What we actually do is that we run our printing on solaris so we get it for "free" ;)

Just let FOP do the processing and print it to the printers...

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 29, 2004 12:45 pm 
Beginner
Beginner

Joined: Mon Sep 27, 2004 4:28 pm
Posts: 44
I assume you've tried the FOP postscript output? I haven't used it much, but my understanding was that it was the only output format as mature as PDF.

Phill


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 29, 2004 2:17 pm 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
fop postscript output is really really beta and output is ... ugly compared to pdf.

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.