01-31-2007 09:25 AM
02-01-2007 09:05 AM
02-02-2007 02:09 AM
02-05-2007 02:44 AM
Hi Guillaume,
Thanks for posting here. Unfortunately, two sub-VIs are missing so I cannot launch it.
Could you explain here what are the effects (maybe error messages) that you get by doing this?
Best regards,
02-05-2007 03:39 AM
Hi Jean-Philippe,
Which sub VI are missing ? I can send.
There is no error when I launch this VI, except that the printer does not switch between A5 and A4, it always print on A4 even if the document is A5.
Thanks for help.
02-05-2007 04:11 AM
02-05-2007 04:20 AM
02-05-2007 06:06 AM
@Guillaumeb wrote:
Hi,I am currently printing some pdf files in A5 format. For the moment, I configured manually the printer as it is the only paper format that I use. But I need now to mix A4 and A5 pdf files.How can I configure the printer settings to automatically switch between A4 and A5 ?Thanks a lot
Not sure if LabVIEW 8.2 has changed anything here but I kind of doubt it. LabVIEW has no way of programmatically changing printer settings at all. This is not only because of plattform differences between the different LabVIEW plattforms but also because of printer setting differences that change very much between printer models. Getting an universal and working interface to this would be impossible and so I guess they felt not worth the huge effort that would still only result in a rather limited interface so far.
The only thing you can do in LabVIEW which sort of stores some of the common printer settings is to use the "Print Front Panel at Completion" option of LabVIEW front panels. The VI will save the common settings such as portrait/landscape of the currently configured printer and use that when being printed. Not sure if the paper size is also among them, but it might not since that can change a lot between printers too.
If you feel that this is not enough (hmm anyone here 😉 you should really make a product suggestion.
Rolf Kalbermatter