11-24-2014 12:51 PM
Hi All,
Attached VI i am working on.,
Here I'm trying to generate a report by appending chart image into that and save the report as pdf.
But i coudnt able to save it in pdf.
In the path dialog box,eventhough i give file name as.PDF,still i coundt able to print in pdf and when i tried to open it became corrupted.
please help out of this
Solved! Go to Solution.
11-24-2014 02:08 PM
I started down the "save as PDF from Word" path a while back but I've never gotten around to completing the VI. I believe what you'll need to do is use "Word Get ActiveX References.VI" and document.SaveAs2 method (invoke node). You need to wire an integer "17" to the variant "file format" input.
11-25-2014 03:15 AM
11-25-2014 04:53 AM
HI,
Thanks..It worked for me.