PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
I believe you're not allowed to email from Reader, only from Acrobat or a "Reader-enabled" form. Otherwise one could save their data locally by "sending an email" and then saving the attachment. Regards, Rob __________________________ Rob McDougall, Technical Architect Indigo Pacific Limited -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joseph F. Lattner Sent: Tuesday, March 09, 2004 3:14 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: [PDF-Forms] PDF Forms with "submitForm" not working ( Reader 6 ) PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ What causes a PDF form in reader 6 upon "submit" to give the error Message "This operation not permitted". It gives no other explanation. I've had this problem with 6.0 and 6.01. These are being submitted via email. Joseph Lattner Director, Information Technology Koch Air, LLC. -----Original Message----- From: Max Wyss [mailto:] Sent: Tuesday, March 09, 2004 11:49 AM To: [EMAIL PROTECTED] Cc: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Subject: Re: [PDF-Forms] PDF Forms with "submitForm" not working ( Reader 6 or 5 - Mac OSX) PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ Your findings are correct. There is no way that you can work with PDF forms under a browser in OSX. However, Reader 6 has the capability to do its own submit, without the need for working under the browser. You might try that out. However, it is not sure at all if the response can be displayed and handled properly. Hope, this can help. Max Wyss PRODOK Engineering Low Paper workflows, Smart documents, PDF forms CH-8906 Bonstetten, Switzerland Fax: +41 1 700 20 37 or +1 815 425 6566 e-mail: mailto:[EMAIL PROTECTED] http://www.prodok.com [ Building Bridges for Information ] ______________________ Shameless Plug: My next conference appearances and workshops: * Conference presentations at the 2004 Symposium of the BFMA, May 23 to 27 in Reno, Nevada (http://www.bfma.org) and pre-/post-conference workshop, May 22/23 and 27, organized by essociates Group (http://www.essociatesgroup.com/AdvancedAcrobatForms.htm) * And, as always, available for on-site workshops/tutorials/consulting. _________________________ > All our PDF Forms work correctly on the PC with "submitForm" to > server. I've tested with AcrobatReader 5 and 6 under browsers Netscape > 6, 7 and IE 5, 6. But on the Mac OSX, "submitForm" (AcrobatReader 5 > and 6) hasn't work with any browser. I've seen many topics at the > Adobe's forum that spoke about this subject since sept or october last > year - but I don't see any solution for my problem. Some topic suggest > that Reader must be opened in the browser's window, but I don't think > we can configure Reader to be opened in the same window's browser on a > Mac. Does anyone know a work around to this problem. Has anyone > encountered this issue on the Mac? > > Here is the code inside of acrobat's javascript for submitting the pdf > to server : if (app.viewerVersion == 6.00) > � /* if AcrobatReader 6, we don't need suffix "#fdf" */ > { > this.submitForm({ > cURL: "../../the_server_path/My_page.aspx" , > cSubmitAs: "XFDF" > }); > } > else > { > this.submitForm({ > cURL: "../../the_server_path/My_page.aspx#fdf" , > bXML: true > }); > } > this.resetForm(); > � > Any help is welcome. > To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
