LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

html to pdf

Solved!
Go to solution

Does anyone know how to convert a LV-created HTML report into a pdf? This would have to work in V 8.5

 

My problem seems to be with HTML. PDFCreator works fine with other formats but not HTML. Thanks in advance.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 1 of 3
(3,055 Views)
Solution
Accepted by topic author PaulG.

If I remember corre correctly PDFCreator works fine with HTML files but instead of using the Document.Open function you use something like URL.Open.  I don't have it installed at the moment so I'm not 100% sure on the method names.

Message 2 of 3
(3,047 Views)

Actually it was "cprintURL" instead of "cprintfile". It works. Thanks.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 3 of 3
(3,038 Views)