LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI to PDF

Hi..!
 
 How can i export the data's to a PDF file from Labwindows CVI..?. I read that there is a NI Report Generator.
 Is there any example code avaible to generate the PDF file/ Report generation from CVI.
 
Thanx and Regards,
Venki.
0 Kudos
Message 1 of 12
(6,795 Views)
The Report Generator is not intended to produce PDF files: it ends up with a printed paper without capabilities to save the report to disk in any format.
 
To produce PDF files, you could better use some of the available third party, starting from Adobe Acrobat ending up to some freeware utilities available on the market. As an example, in some applications of mine I am actually using PDF995: it installs as a printer in the system and produces a PDF file out of your printouts.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 12
(6,775 Views)
Here is good free pdf writer.
 
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 3 of 12
(6,754 Views)
You also could use a pdf-printer. This is a tool you can install on your machine, it installs as a printer. Everything you "print" on thsi printer is converted into a pdf-File. So you could use the report generation library to build your report, and simply send the result to the pdf-printer.

Here you could download such a pdf-printer:
http://www.zdnet.de/downloads/prg/7/4/en10228474-wc.html
0 Kudos
Message 4 of 12
(6,739 Views)
Hi..
 
Thans for all of your reply...still..
 
My main problem is i do't want to install the print drivers.because the development concernd with the medical device.
I am not allowed to do so...How can i solve it..??
 
I must find a solution to generate the pdf files from CVI.
 
Any ideas sugeestions are welcome.
 
thanx again,
Regards,
venki
 
 
0 Kudos
Message 5 of 12
(6,730 Views)
PDF SDK. It is not free.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 6 of 12
(6,721 Views)
Hi,
About pdf files management, I have one question : how can we print automatically a pdf file with a specified filename, from pdf printer, without displaying the prompt panel for pdf filename?
In fact, I know how to print a pdf file, using NIReports for example, but I want to do it automatically from my application, in order that it will be transparent for the user. That's why I want to create the file without any prompt panel. Neither the filename prompt panel, nor the acrobat displaying panel.
I use Labwindows CVI 8.0.1.
Do you have some sample code please?
Thanks,
SG
 
0 Kudos
Message 7 of 12
(6,508 Views)
Hi SG.

You could try this freeware pdf printer (found using google).

Regards,
Colin.
0 Kudos
Message 8 of 12
(6,481 Views)
Thanks Colin,
But what I really want to do is to change dynamically the PDF port settings in order to create the files in different directories.
I mean, in Adobe PDF printer/properties/ports, I would like to add a new port by software and make it the default printer port.
I tried to use AddPort or xcv functions but with the first one, a panel is displayed and with the second one the result is not the expected one.
Have you another suggestion for me?
I also tried to change some data in the registry but with no success.
SG.
0 Kudos
Message 9 of 12
(6,438 Views)

While I may be missing the mark for you, it seems to me that you may need to pick up on Roberto's suggestion that included using Adobe products. They have an SDK (http://partners.adobe.com/public/developer/acrobat/sdk/index.html) that you might be able to use. It ain't free, but neither is your time.

Hope this helps,

Ian

0 Kudos
Message 10 of 12
(6,425 Views)