[PHP] FDF quit work for Acrobat 6

2003-11-13 Thread Eric Wood
Launching a PDF form from PHP is easy (got the code below from php.net). Anyway this method works with Acrobat 5 readers and not Acrobat 6. Does anyone know why? thanks, -eric wood snip $fdfdata = %FDF-1.2\n%~B~D~\~T\n; $fdfdata .= 1 0 obj \n /FDF ; $fdfdata .= /Fields [\n; foreach($values as

RE: [PHP] FDF quit work for Acrobat 6

2003-11-13 Thread Roedel, Mark
: Thursday, November 13, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: [PHP] FDF quit work for Acrobat 6 Launching a PDF form from PHP is easy (got the code below from php.net). Anyway this method works with Acrobat 5 readers and not Acrobat 6. Does anyone know why? thanks, -eric wood snip $fdfdata

Re: [PHP] FDF quit work for Acrobat 6

2003-11-13 Thread Eric Wood
Roedel, Mark wrote: I don't see any substantial differences between your snippet and the one we're using. (In fact, the only real difference in output is that I've got an additional \n following the Root 1 0 R.) Our system has continued working with Acrobat 6, although we've noticed the