Re: [iText-questions] Layout in separate file

2004-07-13 Thread Bruno
Quoting dee3lmo <[EMAIL PROTECTED]>: > Hi, > > Is it in iText possible to define the layout of the > PDF document in a separate file and use this file > while creating the PDF file? > I don't want to modify my Java code when I need to > change the layout of my PDF files! > > \ > layout (xml/xsl

[iText-questions] Layout in separate file

2004-07-13 Thread dee3lmo
Hi, Is it in iText possible to define the layout of the PDF document in a separate file and use this file while creating the PDF file? I don't want to modify my Java code when I need to change the layout of my PDF files! \ layout (xml/xsl) \ [parser]---> PDF / data (xml) / Thanx