LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display a PDF file in a Window within Labview VI panel

Solved!
Go to solution

I am generating a PDF by compiling diffrent text files. I want to display it in a Window within Labview VI panel. Please help

0 Kudos
Message 1 of 18
(6,564 Views)

Did you mean open a PDF file using LabVIEW? or Bringing a PDF file in front panel?

0 Kudos
Message 2 of 18
(6,540 Views)
Solution
Accepted by topic author rakesh@labview

You'll need an Acrobat PDF Viewer ActiveX control. Put an ActiveX control on the front panel, then browse to Acrobat viewer to insert it. Then use properties and methods to gain some control over it.

Message 3 of 18
(6,533 Views)

 Bringing a PDF file in front panel?

0 Kudos
Message 4 of 18
(6,517 Views)
Solution
Accepted by topic author rakesh@labview

Hello,

Try to use this attached VI

 

 

Please Mark the solution as accepted if your problem is solved and donate kudoes :smileyhappy:

 

Message 5 of 18
(6,512 Views)

You don't need the open and close as the object always 'lives' in the front panel, but otherwise pretty much like that.

0 Kudos
Message 6 of 18
(6,507 Views)

some times its not displaying the pdf. see attached screenshot. ...please help

0 Kudos
Message 7 of 18
(6,483 Views)

It's going to be hard to say anything about that problem without the code and the PDF. Is there an error?

0 Kudos
Message 8 of 18
(6,474 Views)

Works for me (haven't tested your VI, but it should be just the LoadFile).

 

Sometimes it takes a while, but eventually it displays. I don't think there's much that can be done about that. The API is primitive.

0 Kudos
Message 10 of 18
(6,441 Views)