Hello,
I'm trying to recursively render a tree structure to PDF using iText. I
have already writen a similar system that generates a Swing 'form'
(including complex layout etc..) from a 'form' tree model. This was
quite simple given the common base type JComponent. However I'm having
difficulties doing the same thing with iText. There doesn't seem to be a
base type which I can add phrases and tables alike to and return in
order to use a generic method such as :
interfae IConverter {
public Element convert();
}
in which a SectionConverter.convert() may return say a number of
intersperced tables and paragraphs...
Has anyone else had similar experiences ?
Many Thanks
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
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