Problem with keeping newline when pdf output is created

Hi,

I started using PDFInclude from last one week. I am having problem with diplaying a string variable having newline characters.

Here is what's in database field po_text:

(1) 500 gallon tote.
.
Replacement stock.

I used RUN pdf_text_xy("Spdf", po_text, 15,490).

But the text is showing up as below on one line:

(3) 500 gallon totes..Replacement stock.

Could someone suggest how to show the text as it is in database field.

Thanks