OK. Than you can use system or backticks to execute a program from your script | [reply] |
Some clarity still missing for me (YMMV)
- After selecting the file from dropdown box in CGI page,
- i have to insert some text in that selected pdf file for that i am using exe.
- After that i need to upload the edited pdf file.
- So, I need to execute program at server side.
So, despite OP's final statement, I don't think this unambiguously means modification of the .pdf on the server side.
Line by line:
- Probably means server side...unless "dropdown" really refers to a upload-selection-box (ie: user at client selecting a file from the client machine).
- Appears to mean OP is using a Windows .exe to modify the .pdf: At the client or at the server NOT determined as server could be running on 'doze.
- Use of "upload" instead of "save" or "e;write" suggests transmission from the client to the server
in which case
- execution of the .exe may be anticipated on the client side.
That would be "a whole 'nuther case," so, I seek clarification.
| [reply] |
| [reply] |