cfpdfform question

2008-04-30 Thread Tony
hi there.

i need to put cr/lf in some pdf form fields that i am populating.
i have abs no problem with any part of the pdf, i am getting data
into it just as i want, the only problem is that in one of the form fields
i need to put an address, and i cannot seem to get it to recognize that.

here is the cf code im sending into it:

cfsavecontent variable = request.data.defendants1cfoutputTony
Weeg#chr(13)##chr(10)#309 Middle Blvd#chr(13)##chr(10)#Salisbury,
Maryland, 21801/cfoutput/cfsavecontent

and then i make sure its paragraph formatted...

cfparam name = request.data.defendants2 default =
#paragraphFormat(request.data.defendants2)# /


and here is part of the xml im sending in...

   field name=parties
   valueTony Weeg and Lily Weeg
210 South Baptist Street
Salisbury, Maryland, 21801/value
   /field

and what i get is a one line string, no breaks, nothing :(

any ideas?

thanks!
tony

-- 
'Never have anything in your life that you can't walk out on in thirty
seconds flat, if you spot the heat coming around the corner'

robert deniro - heat (1995)

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304535
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Paul Hastings
Tony wrote:
 i need to put cr/lf in some pdf form fields that i am populating.

have you tried \n?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304541
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Tony
in the text of the xml?

nope, but i shall right now...

thx
good idea.

On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
 Tony wrote:
   i need to put cr/lf in some pdf form fields that i am populating.

  have you tried \n?


  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304545
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Tony
Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801

is what it puts in the pdf

:(  wtf

tw

On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
 in the text of the xml?

  nope, but i shall right now...

  thx
  good idea.


  On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
   Tony wrote:
 i need to put cr/lf in some pdf form fields that i am populating.
  
have you tried \n?
  
  


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304547
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform question

2008-04-30 Thread Tony
not workin ...

http://koivi.com/fill-pdf-form-fields/

that page, has what appears to be what i need to do, in php...
i see they have some \n's but what i dont see is one inside
of that.

is that some sort of adobe xml or something? maybe i can google that?

tw

On Wed, Apr 30, 2008 at 8:35 PM, Tony [EMAIL PROTECTED] wrote:
 Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801

  is what it puts in the pdf

  :(  wtf

  tw



  On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
   in the text of the xml?
  
nope, but i shall right now...
  
thx
good idea.
  
  
On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
 Tony wrote:
   i need to put cr/lf in some pdf form fields that i am populating.

  have you tried \n?


  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304550
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread denstar
Someone already say #chr(13)chr(10)# ?

Or one or the other, depending?

Maybe give that a whirl, if not...

dv

On Wed, Apr 30, 2008 at 6:35 PM, Tony [EMAIL PROTECTED] wrote:
 Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801

  is what it puts in the pdf

  :(  wtf

  tw


  On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
   in the text of the xml?
  
nope, but i shall right now...
  
thx
good idea.
  
  
On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
 Tony wrote:
   i need to put cr/lf in some pdf form fields that i am populating.

  have you tried \n?




  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304552
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Cutter (CFRelated)
Have you tried #chr(13)##chr(10)# yet?

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Tony wrote:
 Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801
 
 is what it puts in the pdf
 
 :(  wtf
 
 tw
 
 On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
 in the text of the xml?

  nope, but i shall right now...

  thx
  good idea.


  On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
   Tony wrote:
 i need to put cr/lf in some pdf form fields that i am populating.
  
have you tried \n?
  
  

 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304553
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Tony
yes, sadly.

tw

On Wed, Apr 30, 2008 at 9:01 PM, Cutter (CFRelated)
[EMAIL PROTECTED] wrote:
 Have you tried #chr(13)##chr(10)# yet?

  Steve Cutter Blades
  Adobe Certified Professional
  Advanced Macromedia ColdFusion MX 7 Developer
  _
  http://blog.cutterscrossing.com


  Tony wrote:
   Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801
  
   is what it puts in the pdf
  
   :(  wtf
  
   tw
  
   On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
   in the text of the xml?
  
nope, but i shall right now...
  
thx
good idea.
  
  
On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] wrote:
 Tony wrote:
   i need to put cr/lf in some pdf form fields that i am populating.

  have you tried \n?



  
  

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304556
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Tony
using that, chr(13)chr(10) produces this:

Tony Weeg and Lily Weeg210 South Baptist Street Salisbury, Maryland, 21801

one line.

:(

On Wed, Apr 30, 2008 at 9:17 PM, Tony [EMAIL PROTECTED] wrote:
 yes, sadly.

  tw


  On Wed, Apr 30, 2008 at 9:01 PM, Cutter (CFRelated)
  [EMAIL PROTECTED] wrote:
   Have you tried #chr(13)##chr(10)# yet?
  
Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com
  
  
Tony wrote:
 Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801

 is what it puts in the pdf

 :(  wtf

 tw

 On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
 in the text of the xml?

  nope, but i shall right now...

  thx
  good idea.


  On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] 
 wrote:
   Tony wrote:
 i need to put cr/lf in some pdf form fields that i am populating.
  
have you tried \n?
  
  
  


  


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304557
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfpdfform question [bayes SPAMTRAP][heur SPAMTRAP]

2008-04-30 Thread Tony
when in doubt, kludge it out :)

just made 4 single lines.

whatver ... it works.
thanks anyway!

tw

On Wed, Apr 30, 2008 at 9:19 PM, Tony [EMAIL PROTECTED] wrote:
 using that, chr(13)chr(10) produces this:

  Tony Weeg and Lily Weeg210 South Baptist Street Salisbury, Maryland, 21801

  one line.

  :(



  On Wed, Apr 30, 2008 at 9:17 PM, Tony [EMAIL PROTECTED] wrote:
   yes, sadly.
  
tw
  
  
On Wed, Apr 30, 2008 at 9:01 PM, Cutter (CFRelated)
[EMAIL PROTECTED] wrote:
 Have you tried #chr(13)##chr(10)# yet?

  Steve Cutter Blades
  Adobe Certified Professional
  Advanced Macromedia ColdFusion MX 7 Developer
  _
  http://blog.cutterscrossing.com


  Tony wrote:
   Kennedy and Carlos Weeg\n309 Middle Blvd\nSalisbury, Maryland, 21801
  
   is what it puts in the pdf
  
   :(  wtf
  
   tw
  
   On Wed, Apr 30, 2008 at 8:32 PM, Tony [EMAIL PROTECTED] wrote:
   in the text of the xml?
  
nope, but i shall right now...
  
thx
good idea.
  
  
On Wed, Apr 30, 2008 at 6:41 PM, Paul Hastings [EMAIL PROTECTED] 
 wrote:
 Tony wrote:
   i need to put cr/lf in some pdf form fields that i am 
 populating.

  have you tried \n?



  
  

  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304559
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4