thank you for your answer :)
But I don't generate PDF document. I'm looking into jasper report code.
I will give my solution if i found something :)


Le mardi 13 février 2007 à 05:07 -0800, [EMAIL PROTECTED] a
écrit :
> In fact, you can't do this with jasper itself. I've had the same problem.
> I've made lot of researches and i have found 2 solutions :
> 
> first is to use the javax.print api which dispose a MultiDoc object to print 
> multiDoc document.
> But for me, it doesn't work.
> 
> second is better. Use the iText library which is include in Jasper. There are 
> methods for merging documents together.
> So you don't print many documents but you merge multiple document into a 
> single one and then you print it.
> 
> If you want a sample look at this : 
> http://java-x.blogspot.com/2006/11/merge-pdf-files-with-itext.html#sampleCode
> 
> Hope this help.
> 
> Loïc Muehlethaler
> 
> yves pielusenet wrote:
> > 
> > Hello,
> > I use jasper report to generate and print documents. Now I want to print
> > numbers of documents but I would like to have only one print job for all
> > documents instead of one print job by document.
> > Is it possible ?
> > how can I do that ?
> > 
> > thanks.
> > 
> > -- 
> > yves piel
> > 
> > 
> > -------------------------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier.
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > jasperreports-questions mailing list
> > jasperreports-questions@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
> > 
> > 
> Quoted from: 
> http://www.nabble.com/Generating-multiple-document-into-one-job---tf3219696.html#a8941583
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to