Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. gs
  2. -o scaled.eps
  3. -sDEVICE=eps2write
  4. -c "<</Install {0.5 0.5 scale}>> setpagedevice"
  5. -f input.eps
  6.  
  7. gs -q -o -sDEVICE=bbox input.eps
  8. %%BoundingBox: 41 19 585 831
  9. %%HiResBoundingBox: 41.990975 19.997999 584.027982 830.009014
  10.  
  11. gs -q -o -sDEVICE=bbox scaled.eps
  12. %%BoundingBox: 20 9 293 416
  13. %%HiResBoundingBox: 20.991023 9.990000 292.013991 415.008972
  14.  
  15. gs
  16. -o A4-landscape.eps
  17. -sDEVICE=eps2write
  18. -c "<</Install {1.4151 0.7066 scale}>> setpagedevice"
  19. -f A4-portrait.eps
  20.  
  21. sudo port -pf install ghostscript
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement