10-12-2010 06:24 AM
Is there a way to programmatically automate fully the exporting of a waveform graph to a pdf file using the Labview 2010 Professional Dev System package?
Solved! Go to Solution.
10-12-2010
10:21 AM
- last edited on
03-27-2025
11:44 AM
by
Content Cleaner
I saw four possibilities:
(with LabView Report Generation Toolkit)
1) Automatic Creation of a PDF file from Standard Report (NI Developer Community - probably the easier method);
(without LabView Report Generation Toolkit)
2) PDF Toolkit for LabVIEW - Carya Automatisering (evaluation version);
3) Simplicity AI LabVIEW PDF Toolkit (free);
4) PDF Report with ItextSharp (NI Developer Community);
JM
05-26-2011 05:17 PM - edited 05-26-2011 05:18 PM
If all you need to do is create a PDF from a front panel, another option would be to install a PDF creator which looks like a printer driver (such as this one: http://sourceforge.net/projects/pdfcreator/ ) and then call the Print.Panel to Printer method using VI Server.
~Simon