Path: utzoo!attcan!uunet!clyde.concordia.ca!mcgill-vision!snorkelwacker!apple!portal!cup.portal.com!Classic_-_Concepts From: Classic_-_Concepts@cup.portal.com Newsgroups: comp.graphics Subject: Re: file transfers Message-ID: <30438@cup.portal.com> Date: 2 Jun 90 01:45:56 GMT References: <3817@discg1.UUCP> Organization: The Portal System (TM) Lines: 44 > ... who out there could help convert AutoCAd files to Pagemaker ... I haven't tried it with Release 10 AutoCAD files, but I'm sure it's similar to the method I used with Release 9 and Pagemaker Version 3.0 ... 'Print' the AutoCAD files using the Postscript printer driver (EPS is the preferred format, but if Release 10 doesn't provide EPS, regular Post- Script will do) to a file (you'll have to set up the AutoCAD Configure Plotter and IO devices parameters first from the main menu). If Release 10 doesn't output EPS, then you'll have to use a word processor or text editor to add the PostScript %%BoundingBox comment and the X,Y,X1,Y1 parameters manually. If you've suppolied values that are too low, the image will be clipped; glance through the code to judge minimum and maximum values (or use a bounding box utility if you are doing a lot of files). Set up a macro to do this if it's more than one file. %%BoundingBox: 0,0,200,350 (your values will differ) You didn't say if you were using Mac or PC AutoCAD and Pagemaker. If a hybrid application, it's easiest to use a null modem and two terminal programs to transfer the files. Open up the Pagemaker file. Select PLACE from the menu, click on the file requester and insert the drawing. You WON'T be able to see the picture, only the rectangle which bounds it (the bounding box, of course). It should show the little EPS icon. You may also have to insert the Adobe PostScript version line at the very beginning of the file: %!PS-Adobe- or %!PS-Adobe-2.0 (for a fully conforming doc) (before transferring and inserting the graphic, sorry I'm writing this on the fly and should have mentioned this up with the bounding box info). You may also wish to add the file headers for title and date (in the text editor) if the document has a lot of drawings. Since you cannot see the drawing (AutoCAD doesn't output a corresponding bit image), it helps you keep track later of which file you've inserted in a particular location. One common error I've noted, when people are using the full encapsulated Postscript header is to write EPSF rather than EPFS, so a check of syntax is also recommended. (It's a forgiveable error, but won't work if incorrect.) As a side note, I've noticed that AutoCAD drawings render faithfully when inserted into Pagemaker. Good luck. Julie Petersen, Computer Artist