Text Fields tab order / PdfJavaScriptAction

I have two questions:

1) When filling in the pdf form in the internet browser, the tab order does not work.

2) Using AJAX web service (i.e. .asmx and .js) in conjunction with the SFScriptManager, how do I trigger the method from the web service using the SUBMIT button inside a loaded pdf form (same form)? I was using "PdfJavaScriptAction" but it doesn't seem to work. The service methods gets triggered if I call it from a button's onclick event--how do I do the same from the SUBMIT button from the loaded pdf?

Thanks in advance...


1 Reply

KM Karthik M Syncfusion Team March 11, 2010 09:06 AM UTC

Hi Fidel,

Problem with Tab Order :

Could you please let us know whether the specified Pdf document is created using Essential PDF ?

Also, please refer to the below link which explains the process of setting tab order.

http://kb2.adobe.com/cps/329/329277.html

Could you please refer to the sample from the below location which illustrates the process of retrieving the HTTP Server response with in the pdf document.

http://www.syncfusion.com/uploads/redirect.aspx?file=FDFFormSubmit_87056536.zip&team=development

Note :

The sample consists of some hard-coded to references, to get the sample working on
your side, you need to replace the hard-coded reference found on the following
lines with the actual Url where you are deploying the application.

In the Default.aspx.cs, the following line (line no 58) needs to be replaced with the actual url
where you are hosting this sample.

PdfSubmitAction action = new PdfSubmitAction("http://localhost/htmltopdf/RequestForms.aspx");

In the RequestForm.aspx.cs, the following line (line no 50) needs to be replaced with the actual
url of the form template which is exists in the server and should be publicly accessible from the
given url.

string formUrl = "http://localhost/htmltopdf/default.pdf";


Also, please refer to the following implementation notes for more information.

http://www.adobe.com/products/acrobat/pdfs/acr4formssysnotes.pdf

Please try this and let us know if you have any questions.

Regards,
Karthik

Loader.
Up arrow icon