LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a PDF file from the labview

  I am a students are learning the labview. Now I met a problem.

  How to open a PDF file from the labview

  If you know the information please tell me the steps on how to get it

0 Kudos
Message 1 of 3
(2,480 Views)

Hi number,

 

do you want to read the content of the PDF file? Do you need the coded content or the decoded content (aka text and images)?

 

Do you just want to display the PDF?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,470 Views)

I suggest starting here if you want to do any editing or control of the pdf. It uses the itextsharp dll.  If this package doesn't do exactly what you want to, you can at least use it as an example / template for accessing the itextsharp dll which will do everything imaginable with dlls.

 

https://decibel.ni.com/content/docs/DOC-10952

 

 

If you want to just display the pdf, you can look in to using an activex control.  Start here:

 

https://decibel.ni.com/content/docs/DOC-2163

0 Kudos
Message 3 of 3
(2,455 Views)