Re: [Pythonmac-SIG] PMPrinterPrintWithProvider

2019-01-28 Thread Ronald Oussoren via Pythonmac-SIG
> On 25 Jan 2019, at 15:47, Kevin Walzer wrote: > > On 1/25/19 5:44 AM, Ronald Oussoren via Pythonmac-SIG wrote: >> These APIs are not available through PyObjC at this time. Why do you want >> these APIs instead of the higher level APIs in AppKit? > > Since these are C API's, it should be pos

Re: [Pythonmac-SIG] PMPrinterPrintWithProvider

2019-01-25 Thread Kevin Walzer
On 1/25/19 5:44 AM, Ronald Oussoren via Pythonmac-SIG wrote: These APIs are not available through PyObjC at this time. Why do you want these APIs instead of the higher level APIs in AppKit? Since these are C API's, it should be possible to access them through ctypes, yes? -- Kevin Walzer Cod

Re: [Pythonmac-SIG] PMPrinterPrintWithProvider

2019-01-25 Thread Ronald Oussoren via Pythonmac-SIG
Hi, These APIs are not available through PyObjC at this time. Why do you want these APIs instead of the higher level APIs in AppKit? Could you file an issue at

[Pythonmac-SIG] PMPrinterPrintWithProvider

2019-01-23 Thread Ben Byram-Wigfield via Pythonmac-SIG
Hello I want to use some of the Printing APIs, but I’m having trouble finding them. Have things like PMPrinterPrintWithProvider, PMPrinterPrintWithFile, been implemented in PyObjC? I can’t find them in ApplicationServices, AppKit, Quartz or CoreFoundation modules. Thanks Ben _