Faxing a TextView
Faxing a TextView
- Subject: Faxing a TextView
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 3 May 2004 00:11:46 +0200
I have a NSTextView and would like to fax this without user
intervention.
I did find a suitable printer:
NSPrinter *faxPri = [ NSPrinter printerWithType: @"Fax Printer" ];
but I cannot figure out how to set the fax number (and maybe other
fax-parameters).
Anything in PrintInfo which looks like fax-related is marked as
deprecated.
What can one do?
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.