コンテンツへスキップ
メニュー
この質問にフラグが付けられました
8849 ビュー

Hi,

I'm exploring using ghostscript to have pdf files printed directly to the default printer on the server machine which is Windows 2008 server. Below is what I used in my test with ghostscript. My question is where I can use the code, and redirect the pdf output when I press the "print" button in the view.

import win32api 
invoice = "D:\Downloads\Invoices.pdf" 
win32api.ShellExecute(0, 'open', 'C:\Program Files\Ghostgum\gsview\gsprint.exe', invoice, '.', 1)

Thanks.

アバター
破棄
関連投稿 返信 ビュー 活動
4
5月 25
22560
0
4月 25
5
0
3月 25
1075
1
1月 25
1488
1
11月 24
1206