Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting text to images
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00641929
Message ID:
00641939
Views:
15
Then it's easier than you think. I use this method to have my apps send some documents by email.
I use the TIF format, since it's multipage image files, and it's excellent for documents. A file sized 100k in TIF in this manner reaches more than 1MB in JPG format.
The possibilities are either the TIF format, or PDF. For PDF, you'll need some PDF printer driver, meaning you need to buy the Amyuni converter of the sort... For TIF, it's free, you just use a fax printer driver. Here is an example:
set printer to name "WinFax"
report form MyReport noconsole to file "MyFile.TIF"
You just set the printer to any fax printer, and voila! Then you can attach this file if that is what you wanted in the first place...

HTH
Jaime

>
>The idea is an image, as if it was scanned. (Strange, huh...)
>
>Eylon
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform