Server side scripting

Is it Possible with Acrobat Pro(with out adobe liveCycle) to have server side code in PDF doccument?
As because lots of code in pdf form, it takes so much time to be process. Or is there any other solution over this....Plz reply


Rohit Dhumal


4 Answers

Server-side code needs to be on the server, not inside a document...


Gilad D (try67)   

I mean server side code for pdf form so that it can request for server and get back response from server


Rohit Dhumal   

You can use SOAP web-services.


Gilad D (try67)   

It all depends on what you want to do. The most convenient way for a PDF for to talk to a server is through the doc.submitForm() function. The SOAP object doesn't work with Reader.

Read this article: http://acrobatusers.com/tutorials/form-submit-e-mail-demystified

Write your scripts in any server side scripting language, ASP.NET, PERL, Java, PHP, etc.

The form submit and SOAP are both for communicating between Acrobat and a server. Manipulating a PDF server side is a completely different game. You'll need a PDF Library. Fortunately there are several to choose from, iText, QuickPDF, ASPPDF. Just do a search.

What is it that you want to do?

Thom Parker
The source for PDF Scripting Info pdfscripting.com

The Acrobat JavaScript Reference, Use it Early and Often

The most important JavaScript Development tool in Acrobat
The Console Window (Video tutorial)
The Console Window(article)

Having trouble, Why Doesn't my Script Work


Thom Parker   


Please specify a reason: