how do i convert a rich text file to a bitmap file?

P

psaxy

how do i convert a rich text file to a bitmap file? this would enable me to
make it an attachment to a patient's medical record
 
J

Jezebel

A bitmap is a picture. You can print to Microsoft Document Image Writer to
create a picture each page. But why? It's probably the worst possible format
to choose for an attachment (large files, hard to work with, and the content
is lost for any kind of subsequent processing). If you're talking about an
electronic attachment, what's wrong with the original Word document itself,
or a PDF? And if you mean a hardcopy attachment, just print the document.
 
Top