newline for pdf?
I've created a pdf in Acrobat that has a multiline textfield, but not sure what the tag to create a newline. I tried \n, <br/> but the text lined up on 1 line.
code example:
<cfset address="1234 Main St.
Suite 100
Los Angeles, CA 12345" />
<cfpdfform action="populate" source="myfile.pdf" destination="output.pdf" >
<cfpdfformparam name="address" value="#address#" />
</cfpdfform>
thanks in advance
Lance
