Message 1 of 1
Print image file from AutoCAD
Not applicable
06-09-2006
02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've made a lisp routine which made a search through a folder on hardisk for a specified tiff file and if found it use default viewer (like MS Windows Picture or MS Paint) i want to open it and then print it (from MS application).
I've made function to open the file, but i can't print it.
I've used DOSLib function to do that, but doesn't work (see attached file).
Doug, what about using your startapp command for printing a tif file? I've tried to print a tif file with (startapp "print...) and i've obtain some pages with strange characters on first rows.
Wait for your feedback,
Lucian
I've made function to open the file, but i can't print it.
I've used DOSLib function to do that, but doesn't work (see attached file).
Doug, what about using your startapp command for printing a tif file? I've tried to print a tif file with (startapp "print...) and i've obtain some pages with strange characters on first rows.
Wait for your feedback,
Lucian