Advertisement
Guest User

Untitled

a guest
May 5th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. % http://unix.stackexchange.com/q/281211/16920
  2. gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=data_clean.pdf badfile.pdf
  3.  
  4. % drag and drop picture from data_clean.pdf to your folder in Ubuntu 16.04 by having the default zoom level; I think zoom should not affect here the result of drag-and-drop
  5. % Result: image.png
  6.  
  7. % g3data image.png
  8. % bug in 16.04 See my askubuntu in 1h
  9.  
  10. % open figure in ubuntu - Print to File > Ps.
  11. % Result: image.png.ps
  12.  
  13. ps2eps image.png.ps
  14. % Result: image.png.eps
  15.  
  16. % http://mathematica.stackexchange.com/q/85320/9815
  17. % TODO
  18. %% Mathematica starts here
  19.  
  20. (* Wolfram Language Test file *)
  21.  
  22. fig = Import["test.eps"]
  23.  
  24. Import["http://raw.github.com/AlexeyPopkov/shortInputForm/master/shortInputForm.m"]
  25.  
  26. fig // shortInputForm
  27.  
  28. % Run but get error of Figure 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement