Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I email a Print Document.

Status
Not open for further replies.

qwert231

Programmer
Joined
Sep 4, 2001
Messages
756
Location
US
I have code that creates a Print Document. Is there an easy way to convert that to text, or to e-mail the generated document? I know it's a graphics file, but most of it is text. Probably not an easy way, but any ideas would be useful.
 
You could create a TIFF and send that, but I don't know about converting back to text. Perhaps you should consider an intermediate step that compiles your data in text format first before printer or emailing, that way you could get the formatting you need.
 
Yea, I ended up taking another stab at Crystal Reports. It's been a strugle, but I got it to do what I want.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top