Printing issue

2008-01-24 Thread Muralidhar_YARAGALLA
Hi I know with fop we can generate PDF documents but can we print them programatically without user intervention. I need to fetch the pdf files from a folder and i have to send them for printing. no pop up and no user intervention should be there. It should happen silently in the background. C

Re: Printing issue

2008-01-25 Thread Jeremias Maerki
FOP has PDF generation capabilities but FOP cannot print PDF files (you need a different tool for that). However, if it's only about printing the generated document (I say document here, not PDF, because PDF is just one possible output format of FOP), you can also use the "PrintRenderer" which does

Re: Printing issue

2008-01-25 Thread Muralidhar_YARAGALLA
Extranet [EMAIL PROTECTED] 01/25/2008 02:06 PM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue FOP has PDF generation capabilities but FOP cannot print PDF files (you need a different tool for that). However, if it's only about printing the gener

Re: Printing issue

2008-01-25 Thread Jeremias Maerki
. If there is any way that i can print > already existing pdf kindly tell me. > > Thanks And Regards, > Muralidhar Yaragalla. > > > > Extranet > [EMAIL PROTECTED] > 01/25/2008 02:06 PM > Please respond to > fop-users@xmlgraphics.apache.org

Re: Printing issue

2008-01-25 Thread Muralidhar_YARAGALLA
: Printing issue FOP has PDF generation capabilities but FOP cannot print PDF files (you need a different tool for that). However, if it's only about printing the generated document (I say document here, not PDF, because PDF is just one possible output format of FOP), you can also us

Re: Printing issue

2008-01-25 Thread Muralidhar_YARAGALLA
ragalla. Extranet [EMAIL PROTECTED] 01/25/2008 04:27 PM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue Have you tried the -print option just to see if that would be an option for you? The experiment only takes you two minutes but might save

Re: Printing issue

2008-01-25 Thread Jeremias Maerki
gt; > Extranet > [EMAIL PROTECTED] > 01/25/2008 04:27 PM > Please respond to > fop-users@xmlgraphics.apache.org > > > To > fop-users > cc > > Subject > Re: Printing issue > > > > > > > Have you tried the -print option just to see if

Re: Printing issue

2008-01-25 Thread Abel Braaksma
[EMAIL PROTECTED] wrote: There are some command line pdf printing tools available commercially. And also some java api. But I dont find any open source or some sort of free tool for this. I am specifically looking for some tool which does not require any user intervention. It should not sho

Re: Printing issue

2008-01-25 Thread mikeanderson
Do you know Is there any tool to convert PDF to PCL or any better way to print the pdf file directly to the printer. Please provide the links if anyone knows. Thanks In Advance, Mike. -- View this message in context: http://www.nabble.com/Printing-issue-tp15082765p15097899.html Sent from the

Re: Printing issue

2008-01-25 Thread Jeremias Maerki
On 25.01.2008 22:37:38 mikeanderson wrote: > > Muralidhar, > I am also getting same king of problem. I have already existing pdf > file. I want to print the pdf file without user interaction. I have goggled > and got some information. > > InputStream is = new BufferedInputStream( >

Re: Printing issue

2008-01-25 Thread mikeanderson
gives you some idea to print pdf , but we have to know how to convert PDF file to PCL using FOP. -- View this message in context: http://www.nabble.com/Printing-issue-tp15082765p15097273.html Sent from the FOP - Users mailing list archive at

Re: Printing issue

2008-01-25 Thread Steve Quirk
e.org To fop-users cc Subject Re: Printing issue Have you tried the -print option just to see if that would be an option for you? The experiment only takes you two minutes but might save you a lot of trouble. Options for printing PDF are: - remote-control Adobe Acrobat using COM on Windows

Re: Printing issue

2008-01-26 Thread Alexander Lohse
Hi Muralidhar, we do the same, but the best way I found is to use FOP to create postscript and send this directly to PS-enabled printers. This works fairly well, but leaves most Inkjet-Printer aside as they usually cannot interpret postscript. Regards, Alex Here is some sample code:

Re: Printing issue

2008-01-27 Thread mikeanderson
hanks, Mike. -- View this message in context: http://www.nabble.com/Printing-issue-tp15082765p15121322.html Sent from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Printing issue

2008-01-27 Thread Muralidhar_YARAGALLA
Thanks for the suggestion. Thanks And Regards, Muralidhar Yaragalla. Extranet [EMAIL PROTECTED] 01/25/2008 06:03 PM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue [EMAIL PROTECTED] wrote: > > There are some command line pdf printing

Re: Printing issue

2008-01-27 Thread Muralidhar_YARAGALLA
:01 PM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue It's possible to generate output for the printer with FOP, but it sounds like you really have PDF and just want to get that to the printer. Right? Look at CUPS - a quick google on

Re: Printing issue

2008-01-27 Thread Muralidhar_YARAGALLA
[EMAIL PROTECTED] 01/26/2008 03:07 AM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue Muralidhar, I am also getting same king of problem. I have already existing pdf file. I want to print the pdf file without user interaction. I have

Re: Printing issue

2008-01-27 Thread Muralidhar_YARAGALLA
Yaragalla. Extranet [EMAIL PROTECTED] 01/27/2008 10:41 PM Please respond to fop-users@xmlgraphics.apache.org To fop-users cc Subject Re: Printing issue Hi Alexander, Thanks a lot for your reply. I have few questions in your example. 1)I have only existing pdf file and don't

Re: Printing issue

2008-01-28 Thread Muralidhar_YARAGALLA
Hi some one suggested dosprint for pdf files. It is erong. Dosprint cannot print PDF files. Thanks And Regards, Muralidhar Yaragalla. This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete

FOP AWTRenderer Printing issue

2006-12-21 Thread Lance Goforth
I have a problem with printing. I am renderering with AWTRenderer and going direct to the printer. I also transform immediately prior with the PDFRenderer to save the document to a file. The file is complete, but sometimes the print on the printer stops about 1/3 of the way down the page. I'm k

Re: FOP AWTRenderer Printing issue

2006-12-21 Thread Jeremias Maerki
Which FOP version? The current FOP Trunk (from the SVN repository) has improved functionality over older versions. On 21.12.2006 18:41:10 Lance Goforth wrote: > I have a problem with printing. I am renderering with AWTRenderer and going > direct to the printer. I also transform immediately prior

Re: FOP AWTRenderer Printing issue

2006-12-21 Thread Lance Goforth
Jeremias Maerki jeremias-maerki.ch> writes: > > Which FOP version? The current FOP Trunk (from the SVN repository) has > improved functionality over older versions. I'm using 0.20.5, I've not had time to make the program changes to go to the 0.92 version.

Re: FOP AWTRenderer Printing issue

2007-05-01 Thread Lance Goforth
I have now upgraded to fop 0.93. However I still have the same issue with some of our customers printing half or 1/3 of the print on one page. It has to be a memory issue, but I'm at a lost to know how to fix it. Any suggestions? --

Re: FOP AWTRenderer Printing issue

2007-05-01 Thread Jeremias Maerki
Hmm, can you please give me a little more information? - Operating System - Java version and brand - Printer Model - Printer language generated by the printer driver you use (PCL, PostScript, GDI etc...) Maybe I can then try to reproduce your problem. On 02.05.2007 00:33:50 Lance Goforth wrote: >

Re: FOP AWTRenderer Printing issue

2007-05-02 Thread Lance Goforth
The problem shows up on our terminal server - running windows server 2003 R2 enterprise. The jvm is Sun java 1.5.0.08. The printers vary - we have several clients, there are around 75 different printers, most are HP laserjets. I'm not sure what you mean by the printer driver, I've been using the

Re: FOP AWTRenderer Printing issue

2007-05-02 Thread Jeremias Maerki
On 02.05.2007 18:36:32 Lance Goforth wrote: > The problem shows up on our terminal server - running windows server 2003 R2 > enterprise. But not on a developer machine with a similar setup? > The jvm is Sun java 1.5.0.08. > > The printers vary - we have several clients, there are around 75 diff

Re: FOP AWTRenderer Printing issue

2007-05-02 Thread Lance Goforth
No, unfortuately it is only a problem on the terminal server, and yes I agree it's very hard to find issues like this. I am calling the print dialog so the printer can be selected. This is the full method. public void print() { PrinterJob pj = PrinterJob.getPrinterJob(); Pri