views:

425

answers:

1

Hi there,

I am currently using itextsharp to add dynamic text/image content to a pdf from a template.

I was wondering what construct is best to use when I need a word-wrap feature?

For example, I take in a description which can be up to 30 words long and it will span multiple lines.

Thanks

A: 

Seems simple column text was the answer ;) Can also be achieve using PDFPTable too.

Silly VS2008 just needed a restart for it to work -.-

Valerie