05-09-2016 09:03 PM
Hi everybody !
I have a little issue, how can I include a PDF to an installable VI . ?
Thanks
Solved! Go to Solution.
05-09-2016 09:09 PM
1. Have the PDF in your project.
2. Add the PDF to your installer build specification
05-09-2016 09:14 PM
Thanks, but, in the program ... how do I can specify the path ?
any way thanks a lot.
05-09-2016 09:34 PM
What is it you're trying to do? Why would you need the path for the pdf file in the VI? If you're reading from and parsing a constant pdf, save yourself the hassle and just do this before you compile the executable.
Where does this need show up in your application?
05-09-2016 09:43 PM
Well need it, only to open , it´s a kind of help where you can acces from the main VI, in the other case I need to open a word template to write a report of the procces. For that I need the path.
05-09-2016 09:59 PM
Use "Application Directory" to get the folder of the project/executable. From there, use Build Path to locate your PDF since your PDF should be located in a place relative to your application.