On Wed, 2006-11-29 at 12:56 +0000, Peter Clifton wrote:
> I had occasion to print a PCB design from PCB, and discovered (to the
> cost of a tree or two), that the print option from my (CVS) version of
> PCB will not be interpreted by the printer as postscript, rather, as
> text (lots of text).
> 
> If I export to .ps then lpr -P printer_name output_name.ps, it prints
> fine.
> 
> Is there some difference between printing direct from PCB, and via a .ps
> file?

Replying to own post to add more detail. I tried printing with command
cat > foo.ps

inst_amp.ps was produced with the .ps export option

There is a difference in the output is below.

Obviously the lack of header is what is causing the printers to print
text rather than graphics.

I'm not sure what the other changes signify, however I did try to set
the options in the print dialog + exporter to match.

Should / do the print and ps export share code. I would have thought
they were 99.99% similar.

Regards,

Peter Clifton
 

--- foo.ps      2006-11-29 13:30:30.000000000 +0000
+++ inst_amp.ps 2006-11-29 13:30:12.000000000 +0000
@@ -1,3 +1,5 @@
+%!PS-Adobe-3.0
+
 %%Page: 1
 /Times-Roman findfont 24 scalefont setfont
 /rightshow { /s exch def s stringwidth pop -1 mul 0 rmoveto s show }
def
@@ -10937,23 +10939,15 @@
 289875 -24000 292875 -27000 t
 294677 -26250 295427 -26250 t
 294677 -24750 295427 -24750 t
-297228 -27750 297978 -28500 t
-297978 -28500 299478 -28500 t
-299478 -28500 300228 -27750 t
-300228 -27750 300228 -23250 t
-299478 -22500 300228 -23250 t
 297978 -22500 299478 -22500 t
-297228 -23250 297978 -22500 t
-297978 -25500 300228 -25500 t
-302030 -23250 302780 -22500 t
-302030 -27750 302030 -23250 t
-302030 -27750 302780 -28500 t
-302780 -28500 304280 -28500 t
+298728 -28500 298728 -22500 t
+297228 -27000 298728 -28500 t
+301280 -27750 302030 -28500 t
+302030 -28500 304280 -28500 t
 304280 -28500 305030 -27750 t
-305030 -27750 305030 -23250 t
-304280 -22500 305030 -23250 t
-302780 -22500 304280 -22500 t
-302030 -24000 305030 -27000 t
+305030 -27750 305030 -26250 t
+301280 -22500 305030 -26250 t
+301280 -22500 305030 -22500 t
 309531 -27750 310281 -28500 t
 310281 -28500 312531 -28500 t
 312531 -28500 313281 -27750 t




_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to