acrobat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cathblue
    New Member
    • Nov 2007
    • 7

    acrobat

    hi all,
    i have this project that needs to open an acrobat reader.
    what i need to do is to restrict its functionalities :
    specifically
    >>only open pdf files
    >>save in a defined path where the user can't enter his/her own desired path
    i have this certain fields that need to be filled out by the user and using that info the system will automatically assign the path for the file.

    pls pls urgent.
    badly need helpt!
    thanks:)
  • lotus18
    Contributor
    • Nov 2007
    • 865

    #2
    Originally posted by cathblue
    hi all,
    i have this project that needs to open an acrobat reader.
    what i need to do is to restrict its functionalities :
    specifically
    >>only open pdf files
    >>save in a defined path where the user can't enter his/her own desired path
    i have this certain fields that need to be filled out by the user and using that info the system will automatically assign the path for the file.

    pls pls urgent.
    badly need helpt!
    thanks:)
    Use common dialog control for your project then restrict only to *.pdf extension when opening and saving files.

    Comment

    • cathblue
      New Member
      • Nov 2007
      • 7

      #3
      Originally posted by lotus18
      Use common dialog control for your project then restrict only to *.pdf extension when opening and saving files.

      thanks for the reply..
      but there is still a problem ..
      how about of not allowing the user to enter any filename to the save dialog box that pops when clicking the save button..
      it must disable that part of the save dialog box..

      thanx thanx...

      Comment

      • lotus18
        Contributor
        • Nov 2007
        • 865

        #4
        Originally posted by cathblue
        thanks for the reply..
        but there is still a problem ..
        how about of not allowing the user to enter any filename to the save dialog box that pops when clicking the save button..
        it must disable that part of the save dialog box..

        thanx thanx...
        I guess you can still allow the user to enter any filename but you can save it with your defined filename. : )

        Comment

        • cathblue
          New Member
          • Nov 2007
          • 7

          #5
          oh i see..

          1 last question, what command is used to detect print button
          on the acrobat reader.. case i was required to create a logfile whenever
          i print a file using the reader..

          Comment

          Working...