LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I programmatically display a .pdf file from LabVIEW?

I would like to display a .pdf file in a text or picture box.  Can this be accomplished, and how?  Can I call a windows API function?  If so, which one and please give me an example.  Thanks
0 Kudos
Message 1 of 4
(3,420 Views)
How about an ActiveX control, take a look these posts:
 
 
 
George Zou
 
George Zou
0 Kudos
Message 2 of 4
(3,411 Views)
You can use Internet Explorer as an ActiveX object, then load local PDF files or retrieve the PDF from a site via http.
 An example is located here:

 http://forums.lavag.org/Embedded-Web-Browser-IE-Only-t5402.html&pid=21578&mode=threaded#entry21578

Message Edited by Phillip Brooks on 08-24-2007 01:39 PM

0 Kudos
Message 3 of 4
(3,403 Views)
Thanks for the advice.  I see how to do it now.
0 Kudos
Message 4 of 4
(3,395 Views)