Options

Print a PDF document using Acrobat Reader

kjboloekjboloe Member Posts: 56
Hi

How do I print a PDF document directly from Navision 4.0.

I would like to run Acrobat Reader with the following parameters :
/p /h filname.pdf :D
Kind regards

Kenneth Jarlshøi Bolø
Dynateam A/S

Comments

  • Options
    watungwatung Member Posts: 29
    In C/AL, it should be something like this:

    SHELL('C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe /p /h', 'C:\filename.pdf');
  • Options
    kjboloekjboloe Member Posts: 56
    Thanks

    It works fine :)
    Kind regards

    Kenneth Jarlshøi Bolø
    Dynateam A/S
  • Options
    kneoATworkkneoATwork Member Posts: 19
    Should it work with Acrobat Reader 7.0, too?

    Because I tried it, but it doesn't work (Navision crashes!)

    ](*,) Can you help me?
Sign In or Register to comment.