ソースを参照

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

* remove setpdfwrite on windows

* setvmthreshold to 30mb
Stefan Blumentrath 3 年 前
コミット
b163eba934
1 ファイル変更2 行追加1 行削除
  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"],
                 ]