Author: nellster | Posted on: 2/21/2010 1:34:03 PM | Views : 1057

Hi all, I have some information in a database that will be outputted to a PDF template. One of the fields called [Description] to be outputted can contain upto 900 words and can be split between two fields on the PDF template depending on length. For example, if the [Description] field is only 200 words then it would fit on the first PDF field no problem. If however the [Description] field contained 800 words it would need to be split between the two fields.
 To split the string is quite straightforward as I would ascertain the charater limit of the first box and split accordingly. However I also need to make sure the split does not effect the reading flow of the text by creating the split at the end of the previous sentence.
 Not sure on the best approach for this so would love some advice!
 Many thanks in advance!!
Nell
...

Go to the complete details ...