Re: How to print with a different NSPrintingOrientation for each page?
Re: How to print with a different NSPrintingOrientation for each page?
- Subject: Re: How to print with a different NSPrintingOrientation for each page?
- From: David Duncan <email@hidden>
- Date: Thu, 23 Aug 2007 10:39:44 -0700
On Aug 23, 2007, at 9:43 AM, Schwill Daniel wrote:
Only one option is currently not working, in fact when the PDF
should be saved as a PostScript file. I create the PDF with PDFKit
and the PostScript file is created but I can not open this file
with Preview, because I get a PostScript Conversation Error
'Couldn't convert the PostScript file to a PDF file.'. This work
fine when I create the PDF with one print operation, but not when I
create the PDF unsing PDFKit. Any hints why this doesn't work when
the PDF is created using PDFKit?
There shouldn't be any issues here. You can try checking your code
for saving to Postscript against some of our sample code, Cocoa PDE
with Carbon Printing here <http://developer.apple.com/samplecode/
CarbonPrintingSample/index.html>. Specifically the MakePDForPSDocument
() function in MyCarbonPrinting.h which demonstrates how to create a
PDF or Postscript file form a print operation.
If you find that you still can't open your postscript files, then
please file a bug against this and send me the bug number.
--
David Duncan
Apple DTS Quartz and Printing
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden