11-11-2013 08:11 AM
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.
Solved! Go to Solution.
11-11-2013 08:43 AM
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.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
11-11-2013 09:22 AM
Actually it was "cprintURL" instead of "cprintfile". It works. Thanks.