11-05-2018 12:24 AM
I am generating a PDF by compiling diffrent text files. I want to display it in a Window within Labview VI panel. Please help
Solved! Go to Solution.
11-05-2018 02:29 AM
Did you mean open a PDF file using LabVIEW? or Bringing a PDF file in front panel?
11-05-2018 03:14 AM
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.
11-05-2018 05:06 AM
Bringing a PDF file in front panel?
11-05-2018 05:39 AM
Hello,
Try to use this attached VI
Please Mark the solution as accepted if your problem is solved and donate kudoes
11-05-2018 05:51 AM
You don't need the open and close as the object always 'lives' in the front panel, but otherwise pretty much like that.
11-07-2018 02:17 AM
some times its not displaying the pdf. see attached screenshot. ...please help
11-07-2018 03:04 AM
It's going to be hard to say anything about that problem without the code and the PDF. Is there an error?
11-07-2018 04:36 AM
pls see the VI
11-08-2018 01:46 AM - edited 11-08-2018 01:47 AM
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.