Hi!
I'm trying to create a PDF document by programming this in C#.
I'm having some problems when I want to write multiple text rows:
"Multiple
Text
Rows"
Of some reason I only get it written in PDF as:
"Multiple Text Rows"
I have tried to use carriage return and eof, but nothing seems to work. These are looked upon by the PDF format as white spaces.
I hope someone might have some idea on how to do this some how.
Regards.