From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI to Open chosen PDF document

Working on LV2012  on WIN10.

 

As part of the application i have a folder in which i store about 70 odd PDF files which the user needs to refer without exiting LV application.

 

In my application, i am planning to give the user a dropdown combo which will list all available PDFs in the specific folder . The user can then choose a particlur PDF file to be viewed.

 

I should then launch Acrobat reader and display the PDF on it, preferably within a Sub Panel so that the user can close the PDF from within the LV application..

 

More important when he chooses another PDF to view, the one already opened SHOULD be closed. Or unless he closes the one that is open, i can disable the Combo listing to choose file from.

 

Any ideas ??

Raghunathan
LabVIEW to Automate Hydraulic Test rigs.
0 Kudos
Message 1 of 3
(3,295 Views)

If the relevant PDF reader has a .NET or ActiveX control, you can use that. If not, you can probably use the .NET browser control to navigate to the file, and that should probably show the PDF inside the browser control.


___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(3,287 Views)

If you want it in a LabVIEW front panel then yes you will need to use the ActiveX components of the Adobe Reader.  It is a bit limited but can display a PDF and allow for panning, zooming, and supports the normal features like bookmarks.  If you just want it to open the PDF in the default application you can use the command line like this:

 

http://forums.ni.com/t5/LabVIEW/programmatically-launching-a-file-with-the-default-windows/m-p/28733...

0 Kudos
Message 3 of 3
(3,255 Views)