Skip navigation.
 
mlRe: PDFDocuments and CGPDFDocuments
FROM : Kevin Ross
DATE : Sun Jun 01 01:03:18 2008

Whoops, I sent this yesterday but didn't hit reply-all...

Thanks Joel, I just took a look at the PDFAnnotationEditor example. 
It seems to be doing all of it's transformations in the PDFView 
subclass.  I'm not sure if I am able to do this since I would like to 
perform the impositions by working strictly with the data of the 
PDFDocument.

David's book is fantastic, I'm been using it plus a lot of inspiration 
to get to where I am now.  It has been essential on this journey.

In my naiveté, I had hoped that I could cast between the two with a 
smaller performance penalty than converting PDFDocument -> NSData -> 
CGPDFDocumentRef.  Needless to say, there has been no headway on that 
front.

I currently have an "Initilalizing..." document modal window activate 
when I'm initializing the CGPDFDocumentRef so it's not too bad, it 
would just be nice to avoid this behavior completely.

I realize that perhaps this question might be better suited for quartz-
dev, thank you for your insight!

- Kevin

On May 29, 2008, at 8:52 PM, Joel Norvell wrote:

> Kevin,
>
> The PDFAnnotationEditor example program does a lot of this sort of 
> thing; have
> you looked at it?
>
> Also, any operation you can perform on an NSView also applies to a 
> PDFView;
> plus you have the additional PDFView protocol.
>
> Other pertinent resources would be Apple's quartz-dev list and David 
> Gelphman's
> beautiful book, Programming With Quartz.
>
> HTH,
> Joel
>
>
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/cocoa.<email_removed>
>
> This email sent to cocoa.<email_removed>

Related mailsAuthorDate
mlPDFDocuments and CGPDFDocuments Kevin Ross May 30, 03:50
mlRe: PDFDocuments and CGPDFDocuments Joel Norvell May 30, 05:52
mlRe: PDFDocuments and CGPDFDocuments John Calhoun May 30, 21:59
mlRe: PDFDocuments and CGPDFDocuments Kevin Ross Jun 1, 00:43
mlRe: PDFDocuments and CGPDFDocuments Kevin Ross Jun 1, 01:03
mlRe: PDFDocuments and CGPDFDocuments John Calhoun Jun 2, 20:10