RE: CFPDFForm Submit

2011-05-11 Thread Chad Gray
.uk] > Sent: Wednesday, May 11, 2011 11:59 AM > To: cf-talk > Subject: Re: CFPDFForm Submit > > > I suspect this only works if the PDF has been opened in the browser, most > external programs do not have the ability to store cookies. > Why not just append the session information tot

Re: CFPDFForm Submit

2011-05-11 Thread Russ Michaels
I suspect this only works if the PDF has been opened in the browser, most external programs do not have the ability to store cookies. Why not just append the session information tot he action URL instead ? On Wed, May 11, 2011 at 4:51 PM, Chad Gray wrote: > > Another question about CFPDFForm.

Re: CFPDFForm

2011-05-11 Thread Russ Michaels
The users need to have the PDF browser plugin installed, if they don't then there is no way for it to open in the browser, it will instead prompt to download or open in the default program. Perhaps you can include a link on the page to the install instructions > On Wed, May 11, 2011 at 4:39 PM, C

RE: CFPDFForm and iText signature

2010-03-22 Thread Chad Gray
Hmmm I had to add a tag after to flatten the PDF before stepping into the iText code. Slows the page WAY down, but that is the only solution I have found so far. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Monday, March 22, 2010 3:31 PM To: cf-talk Subject:

RE: CFPdfForm

2010-02-18 Thread Rick Faircloth
anything problematic about the above code? Would using be better? If so, why? Thanks, Rick -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, February 18, 2010 12:03 PM To: cf-talk Subject: Re: CFPdfForm > The first time I hit a page using it, it strea

Re: CFPdfForm

2010-02-18 Thread Dave Watts
> The first time I hit a page using it, it streamed binary into the web browser > instead of rendering a PDF.  The second time I hit it the > PDF opened in Acrobat. That's a fairly common issue - I think it's a browser issue, rather than a server-side issue. That said, you can probably limit it

RE: CFPdfForm

2010-02-18 Thread Rick Faircloth
I may be getting this same behavior in FF. When I first go to the page, I get a white screen with "Stopped" in the status bar at the bottom. Upon hitting the refresh key (sometimes more than once) I'm able to get the PDF to show. IE usually shows the PDF the first time. I'm just using a straig

Re: cfpdfform -Prefill form fields

2009-10-26 Thread Ria Ragam
Thanks alot. I will try to create a required PDF. Ria On Mon, Oct 26, 2009 at 7:35 PM, Dave Watts wrote: > > > I am trying to pre-fill the form fields in PDF. I can successfully fill > the fields in the pdf. but when I dump the structure by using > > , > In the structure I can only see FirstNam

Re: cfpdfform -Prefill form fields

2009-10-26 Thread Dave Watts
> I am trying to pre-fill the form fields in PDF. I can successfully fill the > fields in the pdf. but when I dump the structure by using > , In > the structure I can only see FirstName and the > LastName elements. I also wanted to prefill the address in the form but I am > unable to to. > > Ca

Re: cfpdfform and PDF Dynamic XML Forms

2009-02-14 Thread TJ Downes
I figured this out. For some reason, when working with Dynamic XML Forms, you must specify overwritedata="true" to the cfpdfform tag. The PDFs are now generating correctly. As a side note, when you use Dynamic XML Forms for your PDFs it does not look like you can use cfpdf to flatten the docu

Re: cfpdfform and PDF Dynamic XML Forms

2009-02-14 Thread TJ Downes
Hey Mark, thanks for the suggestion. Not sure why i didn't think of that. It did give me some additional info, albeit I don't think it gets me any further ahead. java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1938) at coldfus

Re: cfpdfform and PDF Dynamic XML Forms

2009-02-14 Thread Mark Mandel
TJ - Just some random thoughts - 1) if you run cf from the console, do you see any errors in there? An exception stack trace may be helpful. 2) If you put a try/catch around it, and dump the cfcatch, do you see anything special? Sometimes it can show you Java errors you wouldn't otherwise see.

Re: CFPDFForm and Ability to Update From Reader Later?

2009-01-21 Thread Dave Watts
> "It's just the way it is" > > Not so. Apple Preview Users are able to edit the generated PDF's just fine. Apple Preview is not Adobe Reader. It's a third-party application which can do whatever Apple wants it to do with PDFs. Third-party PDF applications are not constrained by the limitations of

Re: CFPDFForm and Ability to Update From Reader Later?

2009-01-21 Thread Matthew Reinbold
"It's just the way it is" Not so. Apple Preview Users are able to edit the generated PDF's just fine. This seems to imply a couple things: 1) There is nothing wrong with the structure of the PDF - rather, Adobe Reader is enforcing arbitrary restrictions 2) Would they be doing this to encourage

Re: CFPDFForm and Ability to Update From Reader Later?

2009-01-21 Thread Dave Watts
> I currently have a PDF form that has had usage rights enabled (in Acrobat > under 'Advanced' then 'Enable Usage Rightes'). If I give this form, as is, to > someone with only Adobe Reader they > can enter info, save it to their desktop, and continue editing again at their > leisure. > > What I

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

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 PROTECTE

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.cutter

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

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 > >

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, To

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

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"? > > >

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