error in getting hard copy in PDF format (reposting) | topic started 3/7/2002; 8:39:51 PM last post 3/7/2002; 8:43:50 PM |
|
Michael Gage - Re: error in getting hard copy in PDF format (reposting) 3/7/2002; 8:43:50 PM (reads: 1137, responses: 0) |
Hi, Look at the code in the following file in the scripts directory: system/scripts/makePDF This should be a one or two line command for creating a PDF file from a postscript or perhaps a tex file. Try running that command (with suitable file names inserted) from the command line. This will tell you whether or not you have the correct software for making PDF files on your machine. The software might be located in a different directory than the one we have assumed, so it may be necessary for you to make a modified version of the text file "makePDF" that is customized to your machine. Let us know how this comes out -- and tell us what operation system you are using, since this command is pretty sensitive to different operation systems. That's why it's in an external file. Hope this helps. Take care, Mike |