Weird PDFView Printing Issue
Weird PDFView Printing Issue
- Subject: Weird PDFView Printing Issue
- From: "Pierce T. Wetter III" <email@hidden>
- Date: Tue, 8 May 2007 14:53:01 -0700
Ok, so I'm doing the thing where you use WebKit to print by doing:
Data -> HTML Code
HTML Code -> WebKit WebView
WebKit WebView -> PDF data(s) (1 per page)
PDF datas(s) -> PDFDocument
PDFDocument(s) -> Master PDFDocument (via insertPage: atIndex:)
Master PDF -> PDFView
PDFView -> Print (via printWithInfo:autoRotate:)
But I'm having a problem at the final stage...
If I output each of the interim PDF data objects, the PDFs look and
print fine from Preview.
If I output the master PDF to a file, it looks and prints fine from
Preview!
If I tell the PDFView to print, and do a preview, the page isn't
8.5 by 11 like it should be and
so the top and bottom are truncated in Preview and presumably
wouldn't print correctly.
Pierce
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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