LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I print a LabView-Blockdiagram into a file?

Hello,

I'd like to print a Blockdiagram into a file to insert it into a
Word-Document. How can I do this best? (I don't need a function that
does it automatically for me in LabView!)

Thanks!
0 Kudos
Message 1 of 3
(2,757 Views)
I prefer to make a screen dump (Alt+PrintScrn) and paste picture into my document. Alternative: Print to a .rtf-file. Problem is with large blockdiagrams that doesnt fit into one page. Solutions?
0 Kudos
Message 2 of 3
(2,757 Views)
RMy wrote:
> I prefer to make a screen dump (Alt+PrintScrn) and paste picture into
> my document. Alternative: Print to a .rtf-file. Problem is with large
> blockdiagrams that doesnt fit into one page. Solutions?

Maybe installing a hpgl-driver and print to a file.
Download the hpgl-graphics filter from microsoft (was included until
Office 95 i think) and import it to the word-document.
You'll lose the colors this way (as far as i remember).

Use a postscript printerdriver to print to a file. Convert it to
something, you can import to your application.

Use a pdf-printerdriver. But I don't know how you can import graphics
from pdf (a subset of postscript) to other applications.

Print to PostScript-File, use ImageMagick's "convert" program to conver
t
it to something userful for you and import it.

These are my ideas...

bye

Marco
0 Kudos
Message 3 of 3
(2,757 Views)