Browse Source

wxGUI/psmap: remove setpdfwrite on Windows (#1961)

* remove setpdfwrite on windows

* setvmthreshold to 30mb
Stefan Blumentrath 3 years ago
parent
commit
b163eba934
1 changed files with 2 additions and 1 deletions
  1. 2 1
      gui/wxpython/psmap/frame.py

+ 2 - 1
gui/wxpython/psmap/frame.py

@@ -416,7 +416,8 @@ class PsMapFrame(wx.Frame):
                     "-dSAFER",
                     "-dCompatibilityLevel=1.4",
                     "-c",
-                    ".setpdfwrite",
+                    "30000000",
+                    "setvmthreshold",
                     "-f",
                     event.userData["filename"],
                 ]