RE: [Discussion] Generating MS Word documents based on templates

2015-05-05 Thread Freivogel Oliver
: [Discussion] Generating MS Word documents based on templates Hi Sorry for my absence from the discussion. I had too much to do lately. I will create a project at github und put our code and documentation there. I will post it here when I am done. Oliver -Original Message- From

RE: [Discussion] Generating MS Word documents based on templates

2015-01-30 Thread Freivogel Oliver
. Januar 2015 03:06 To: POI Developers List Subject: Re: [Discussion] Generating MS Word documents based on templates Of all the technologies available in Word which can be used as the basis of a document generation system, I have long believed content control data binding is most robust. See further [1

Re: [Discussion] Generating MS Word documents based on templates

2015-01-16 Thread Jason Harrop
m sure this would be a great new feature. > > Oliver > > > -Original Message- > From: Harry Zhou [mailto:superha...@gmail.com] > Sent: Donnerstag, 15. Januar 2015 00:28 > To: POI Developers List > Subject: Re: [Discussion] Generating MS Word documents based on templates &

Re: [Discussion] Generating MS Word documents based on templates

2015-01-15 Thread Aram Mirzadeh
> > -Original Message- > From: Andreas Beeker [mailto:andreas.bee...@gmx.de] > Sent: Donnerstag, 15. Januar 2015 00:34 > To: POI Developers List > Subject: Re: [Discussion] Generating MS Word documents based on templates > > Hi Oliver, > > > do you think it make se

RE: [Discussion] Generating MS Word documents based on templates

2015-01-15 Thread Freivogel Oliver
] Sent: Donnerstag, 15. Januar 2015 00:28 To: POI Developers List Subject: Re: [Discussion] Generating MS Word documents based on templates Hi Oliver, We build an internal tool similar to your description using a combination or Apache POI and Freemarker (the web framework for UI is Apache Tapestry

RE: [Discussion] Generating MS Word documents based on templates

2015-01-15 Thread Freivogel Oliver
Andreas Beeker [mailto:andreas.bee...@gmx.de] Sent: Donnerstag, 15. Januar 2015 00:34 To: POI Developers List Subject: Re: [Discussion] Generating MS Word documents based on templates Hi Oliver, > do you think it make sense to start an open source project, which addresses > this requiremen

Re: [Discussion] Generating MS Word documents based on templates

2015-01-14 Thread Andreas Beeker
Hi Oliver, > do you think it make sense to start an open source project, which addresses > this requirements? Similar to jxls for Excel, I think this would be also a good approach for Word. (I haven't searched for alternative implementations.) > The most important requirement was, that the end-u

Re: [Discussion] Generating MS Word documents based on templates

2015-01-14 Thread Harry Zhou
Hi Oliver, We build an internal tool similar to your description using a combination or Apache POI and Freemarker (the web framework for UI is Apache Tapestry). Output documents we need are DOCX. The hard part, as you probably already know, is to give users the ability to manipulate templates.

[Discussion] Generating MS Word documents based on templates

2015-01-14 Thread Freivogel Oliver
Hi Last Year we had the requirement to generate MS Word documents based on templates in a project. The most important requirement was, that the end-user itself can easily create and modify the templates in MS Word without programming skills. We started an internal project to build a component