 |
 |
Preview and .ps files
|
 |
|
 |
|
Moderator 
Join Date: Sep 2000
Location: Irvine, CA
Status:
Offline
|
|
Hi,
Preview usually opens .ps files with no problem, but I usually do some circuit layout and export to .ps, then to .pdf but when I open the .ps files with Prevew, it exports tto .pdf to view it, but then it opens it very slowly and it doesn't display the entire thing. I think Acrobat has no problems, but I am not sure.
Sample file:
www.alnora.com/mindwaves/test.pdf
Any ideas? Thanks.
|
|
{{{ mindwaves }}}
|
| |
|
|
|
 |
|
 |
|
Forum Regular
Join Date: Sep 2000
Location: Roanoke, VA USA
Status:
Offline
|
|
this is strange. opening up this test file basically crashed my Preview.
|
|
I want the ability to sleep in the snow, if I have to. I want the ability to want to.
|
| |
|
|
|
 |
|
 |
|
Junior Member
Join Date: Nov 2003
Status:
Offline
|
|
Post the postscript file? That .pdf was unhappy in Acrobat 6 Professional as well.
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: May 2002
Location: UK
Status:
Offline
|
|
running it in acrobat i can see stuff being built up in the background but then it all seems to get covered up by white so theres prolly a wqhite box over it all on the top layer
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 1999
Status:
Offline
|
|
Acrobat Reader 5.1 in Jag opens your test.pdf and displays the circuit board in 'chunks' then 'blanks out' most of it, leaving the outer border, some small text along the upper left and a small amount of text (s0) in the upper left (within the boarder). Scrolling repeats the process. So it appears that there are some white objects being rendered on top of your circuit board.
-- asxless in iLand
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Sep 2000
Location: Irvine, CA
Status:
Offline
|
|
|
|
|
{{{ mindwaves }}}
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Oct 1999
Location: Always within bluetooth range
Status:
Offline
|
|
Alrighty then ..... for me, it acted just like sushiism mentioned. Circuit board drew slowly and then was obscured by white box.
BUT (and this if freaky), when I drug my Safari window back over it (to make this post) the left-hand drop shadow of the Safari window seemed to "erase" the white box (I could see the circuit board again in the Safari window's shadow). So, I move the Safari window out of the way again and the circuit board was back !! A few seconds later, the white box returned.

|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2001
Location: Provo, UT
Status:
Offline
|
|
If it works in ghostscript then try opening it with the following Applescript.
Code:
on open input_file
do shell script "export PATH=\"$PATH\":/sw/bin;ps2pdf " & POSIX path of input_file & " /tmp/.psview.tmp.pdf"
do shell script "open /tmp/.psview.tmp.pdf"
end open
Associate this with *.ps files and ghostscript rather than Preview will do the conversion.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|