06-04-2013 06:34 AM
Hi all,
Need some help to store VI front Panel to PDF. Im using 'Dopdf' application to convert the front panel to pdf.
My requirement is i need to save the PDF file name programatically instead of popping out a window to browse pdf file path and file name.can any one please suggest any API or dll??
Thanks in advance
Regards,
Jayavanth.G
06-04-2013 08:05 AM
Is this helpful?
http://zone.ni.com/reference/en-XX/help/371361G-01/lvreport/easy_print_panel_doc/
You could use that to make your own app in LabVIEW.
Regards,
06-04-2013 08:19 AM
hi,
can u please throw some light on the sentence "You could use that to make your own app in LabVIEW." The Funtional pallete link which you have provided takes the VI file path and the printer name, but i need to enter the file path and file name of the PDF.
Thanks in advance,
Regards,
Jayavanth.G
06-04-2013 08:57 AM
An easy way is to use the ITextSharp toolkit, you can download it from the following link: https://decibel.ni.com/content/docs/DOC-10952.
Here is an application example an the resulting pdf.
Ben64
06-04-2013 02:57 PM
I was thinking more of using something like this: https://decibel.ni.com/content/docs/DOC-25831
Attached is a simple version.
Regards,