Thank you very much, you gave me some good and importent points that i
can check now, it's really help me, thanks again !
Best regards,
Noam.
Labviewguru wrote in message news:<5065000000050000001E640000-1012609683000@exchange.ni.com>...
> There are a number of ways to do this. I would suggest using a
> run-line command with an executable that is capable of handling TIF
> images. LabVIEW with IMAQ can handle it, but I can't think of an easy
> way to get the image into LabVIEW for printing (IMAQ is usually
> concerned with display and file I/O, not printing.)
>
> The runline command is going to be difficult to figure out. This is
> the same things as putting a command in the "Run" function on your
> start menu in Windows.
>
> Another optio
n is to use ActiveX. However; that means controlling an
> application that is able to print tif images. I can offer even less
> help on this solution.
>
> There is a way to do it in LabVIEW, but I can't find any TIF image
> functions outside of IMAQ, which means somehow converting it to BMP,
> JPG or PNG, formats supported outside of IMAQ.
>
> You could also put in a support request to NI at ni.com/ask. They
> should be able to offer solutions.
>
> Good luck