StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

how to print multiple documents in a single pdf file #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am using odt with velocity to generate pdf documents.

Now I am able to generate pdf documents using odt. But now i want to print 
multiple documents in a single pdf file.

Can any tell me this.

Original issue reported on code.google.com by gollapal...@vimukti.com on 16 Dec 2011 at 6:03

GoogleCodeExporter commented 8 years ago
Hi,

This feature is not supported by XDocReport. Merge document is complex task 
(perhaps one day if we have time to support that we will do that).

But perhaps you could change your odt report to use list instead of simple 
model. For instance if you have a Client odt document which wait oen Client, 
you could change your odt document to have list of Client?

Regards Angelo

Original comment by angelo.z...@gmail.com on 16 Dec 2011 at 8:41

GoogleCodeExporter commented 8 years ago
I think that merging of pdf documents is beyond the scope of converter

You can merge pdf documents using iText
Look here: http://java-x.blogspot.com/2006/11/merge-pdf-files-with-itext.html

Original comment by lesz...@safe-mail.net on 16 Dec 2011 at 8:54

GoogleCodeExporter commented 8 years ago
I agree with you. But our problem is time and we are working about another 
topics (text styling, Eclipse RCP/RAP, etc) and for the moment we have not time 
to investiaget to this feature.

Any contribution are welcome!

Regards Angelo

Original comment by angelo.z...@gmail.com on 16 Dec 2011 at 9:07

GoogleCodeExporter commented 8 years ago
In pdf generation, i want to generate pdf of two files(same model , but with 
different values)in a single pdf document using odt or docx with velocity.

How to do this...

Original comment by gsvsre...@gmail.com on 17 Dec 2011 at 11:15

GoogleCodeExporter commented 8 years ago
Hi,

It seems that you wish merge 2 odt in one PDF. If it's that, XDocReport deons't 
support merge documents.

Regards Angelo

Original comment by angelo.z...@gmail.com on 17 Dec 2011 at 1:18

GoogleCodeExporter commented 8 years ago
Check please this: 
http://java-x.blogspot.com/2006/11/merge-pdf-files-with-itext.html

the Idea is that each template should be generated to pdf, and after by 
youself, using iText, will merge these 2 pdf documents.

Original comment by ruslancu...@gmail.com on 21 Feb 2013 at 7:11