Can someone please help me with this code here is the link

http://kuujinbo.info/cs/itext_template2.aspx



I don't understand item 4 in the middle of the page adding content  to the 
various method; I'm using c#

4. Add content; the code for _do_form_fields(), _get_transaction_details(), and 
_transaction_summary() are omitted, since they only return strings to add to 
ColumnText. ColumnText is smart; each call to Go() renders as much text that 
will fit on the current page and
 returns a status code that tells you: (1) how much text (to write) is 
remaining, and/or (2) how much space is still available on the page. On 
each iteration you add text to the current page, call ColumnText.HasMoreText() 
to inspect the status, and then Document.NewPage() if necessary.


______________________________________________ 
Michael J. Martin 
Software Developer
(340) 690-5661                                    
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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

Reply via email to