print to file
Moderator: Wiz Feinberg
-
- Posts: 1037
- Joined: 4 Aug 1998 11:00 pm
- Location: Selkirk, Manitoba, Canada
print to file
In my Cad program I can have the choice of sending the drawing to the printer ( at this point the file has a .DW2 extension) to make a hard copy, or save the drawing to file which anyone can print out even if they don't have the Cad software (at this point the file has no extension). Works OK until I email the file.
As a test, I saved the drawing to the file format & emailed the it as an attachment to myself and it arrives as I sent it, with no extension. However, in the process of saving the attachment, a .Dat extension is added to the end of the file.
Now here is the funny thing.
I can make a hard copy of the file I sent to myself, using the Dos commands copy "filename.dat" prn.
Works great. But when I emailed the file to my buddy it would not print out for him, everything being equal.
I hope you folks can understand what I am trying to say.
Joe
As a test, I saved the drawing to the file format & emailed the it as an attachment to myself and it arrives as I sent it, with no extension. However, in the process of saving the attachment, a .Dat extension is added to the end of the file.
Now here is the funny thing.
I can make a hard copy of the file I sent to myself, using the Dos commands copy "filename.dat" prn.
Works great. But when I emailed the file to my buddy it would not print out for him, everything being equal.
I hope you folks can understand what I am trying to say.
Joe
- Jack Stoner
- Posts: 22136
- Joined: 3 Dec 1999 1:01 am
- Location: Kansas City, MO
I would suspect the person you sent the file to doesn't have the cad program. Even tho it came back as a "data" file, internally when you printed it the cad program was called.
Try it to another person that does not have the cad program and it will probably do the same thing.
This is a "W.A.G" but an educated W.A.G.
Try it to another person that does not have the cad program and it will probably do the same thing.
This is a "W.A.G" but an educated W.A.G.
-
- Posts: 1037
- Joined: 4 Aug 1998 11:00 pm
- Location: Selkirk, Manitoba, Canada
- Larry Beck
- Posts: 371
- Joined: 30 Jan 2001 1:01 am
- Location: Pierre, SD
- Contact:
Another possibility is that when you print to file the commands to the printer are also included. Those commands can be in one of several printer languages. Some printer languages are Postscript, HPGL, and hp's native langage with will also take plain text. Not all printers speak the same languages! If your friend has a printer that doesn't recognize poscript or HPGL, chances are that is the problem. Take a look at the first few lines of the print file with notepad or some other editor (but not a word processor) and you'll probably be able to guess what printer language is being used. I'll bet on HPGL.