On 5/10/2010 9:47, riffla wrote: > By the way, my previous explanation was somewhat misleading. What I'm really > after is to know how difficuult (or easy) it is to have a designer to > generate som PDF "templates" with some prefilled objects (like logotype, > header/footer, document id etc) and then I'd dynamically fill in the rest > of the text based on some form data, and beside that, some ordinary > Labels/text. And these attributes/text paragraphs I'll fill in will go into > ordinary top/down document flow, but also there are some text that go beyond > that flow. One example is a customer identifier which will go into the top > right part of the document... > Does it then matter in which order I put in my elements?
The answer is still the same: create a PDF with an AcroForm. The part with the "top/down document flow" can be filled using a ColumnText object. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
