These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

inject variables to Batch or sequence

kais ksouri
Registered: May 4 2009
Posts: 12
Answered

Hi all,

I m creating an script how convert web page (using url) to Pdf . And i made this script on sequence then on batch.

Please,does somebody knows if it is possible to get variable from my asp.net application "the url of web site " and inject it to batch or sequence .

I am running Acrobat 9 Pro.

Best regards.

My Product Information:
Acrobat Standard 9.1, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2399
I don't think you can "inject" it per se. You can probably use some kind of workaround like saving the URL to a text file, importing this file as a new Data object in a blank PDF, and then read its contents.
Maybe someone else has a more simple solution...

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

kais ksouri
Registered: May 4 2009
Posts: 12
thanks Try67 for the response. i have an other idea is to inject environment variable using my c#/ASP.net application and get on the javascript code on the sequence using "WshShell Object", but until now i don't have a correct answer !!
tahnks for all !!