Skip navigation.
 
mlRe: What is alternative to PDFKit on OS X prior to 10.4?
FROM : Daniel Jalkut
DATE : Thu Aug 10 16:27:55 2006

Hi Mr. Blogs Mailbox, :)

Check out the CGPDFDocument API:

http://developer.apple.com/documentation/GraphicsImaging/Reference/
CGPDFDocument/index.html

In particular you can use the CGPDFDocumentCreateWithURL function 
followed by CGPDFDocumentGetNumberOfPages.

Enjoy!
Daniel

On Aug 10, 2006, at 10:16 AM, Blogs Mailbox wrote:

> Hi, I'm trying to find an alternative to PDFKit utility class 
> method pageCount for OS X 10.2 and 10.3 (as PDFKit is available for 
> OS X 10.4 or later).
>
> I have read the PDFKit documentation and I'm using XCode 2.4 with 
> 10.4u SDK on PowerPC Mac.
>
> Thanks in advance for responding.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>-
> sweater.com
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlWhat is alternative to PDFKit on OS X prior to 10.4? Blogs Mailbox Aug 10, 16:16
mlRe: What is alternative to PDFKit on OS X prior to 10.4? Michele Balistreri Aug 10, 16:22
mlRe: What is alternative to PDFKit on OS X prior to 10.4? Daniel Jalkut Aug 10, 16:27