Some clarity still missing for me (YMMV)

  1. After selecting the file from dropdown box in CGI page,
  2. i have to insert some text in that selected pdf file for that i am using exe.
  3. After that i need to upload the edited pdf file.
     
  4. 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:

  1. Probably means server side...unless "dropdown" really refers to a upload-selection-box (ie: user at client selecting a file from the client machine).
  2. 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.
  3. Use of "upload" instead of "save" or "e;write" suggests transmission from the client to the server
    in which case
  4. execution of the .exe may be anticipated on the client side.

That would be "a whole 'nuther case," so, I seek clarification.


In reply to Re^3: Any option to call exe in cgi page by ww
in thread Any option to call exe in cgi page by shan_emails

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.