Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. x = Range@3
  2. b = (BarChart[{x, x}] )
  3.  
  4. Export["emfsaga.emf", b]
  5.  
  6. Export["emfsaga.emf", b, ImageResolution -> 8000]
  7.  
  8. InkscapeConvert[path_]:=Module[{
  9. inkpath=""C:\Program Files\Inkscape\inkscape.exe"",
  10. command
  11. },
  12. Run[""" <> inkpath <> " -f=""<>path<>".pdf"" <> " --export-emf=""<>path<>".emf"""]
  13.  
  14. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement