소스 검색

remove .setpdfwrite option on MS Windows (#1962)

* remove setpdfwrite option
* setvmthreshold to 30mb
Stefan Blumentrath 3 년 전
부모
커밋
e4ec953af6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      gui/wxpython/psmap/frame.py

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

@@ -404,8 +404,8 @@ class PsMapFrame(wx.Frame):
                            '-sOutputFile=%s' % event.userData['pdfname'],
                            '-P-', '-dSAFER',
                            '-dCompatibilityLevel=1.4',
-                           '-c', '.setpdfwrite', '-f',
-                           event.userData['filename']]
+                           '-c', '30000000', 'setvmthreshold',
+                           '-f', event.userData['filename']]
             else:
                 command = [
                     'ps2pdf',