Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2010-02-08 Thread 1T3XT info
fphi...@houseware.es wrote: > It was resolved or any workaround? Yes, buy a license for Adobe LiveCycle ES. That's the only software available world-wide that supports flattening of dynamic forms. That is: until somebody decides to sponsor the development of an XFA to PDF renderer for iText. B

Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2010-02-08 Thread fphi...@houseware.es
It was resolved or any workaround? stdunbar wrote: > > Hi all, > I've got a PDF form that has a dynamic subform in it. My goal is to > combine an original PDF and the XDP datasets from a submitted form into > a single PDF. This is working just fine. However, if I call > setFormFlattening(t

Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2009-07-28 Thread Leonard Rosenthol
-questions] Dynamic subforms don't render when a PDF is flattened Scott Dunbar wrote: > It works great as long as there are no > dynamic subforms. If there are the iText code for setFormFlattening() > shows only the first instance from the XDP data. Yes; as Paulo says: dynamic fo

Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2009-07-28 Thread 1T3XT info
Scott Dunbar wrote: > It works great as long as there are no > dynamic subforms. If there are the iText code for setFormFlattening() > shows only the first instance from the XDP data. Yes; as Paulo says: dynamic forms (where you have subforms that can be repeated) are not supported in iText. Yo

Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2009-07-27 Thread Scott Dunbar
essage- From: Scott Dunbar [mailto:sc...@xigole.com] Sent: Monday, July 27, 2009 7:16 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Dynamic subforms don't render when a PDF is flattened Hi all, I've got a PDF form that has a dynamic subform in it. My

Re: [iText-questions] Dynamic subforms don't render when a PDF is flattened

2009-07-27 Thread Paulo Soares
t-questions] Dynamic subforms don't render when > a PDF is flattened > > Hi all, > I've got a PDF form that has a dynamic subform in it. My > goal is to combine an original PDF and the XDP datasets from > a submitted form into a single PDF. This is working just &g

[iText-questions] Dynamic subforms don't render when a PDF is flattened

2009-07-27 Thread Scott Dunbar
Hi all, I've got a PDF form that has a dynamic subform in it. My goal is to combine an original PDF and the XDP datasets from a submitted form into a single PDF. This is working just fine. However, if I call setFormFlattening(true) on the PdfStamper then the dynamic subforms do not show up.