Creates a Quartz PDF document using data specified by a URL.
Original signature is 'CGPDFDocumentRef CGPDFDocumentCreateWithURL ( CFURLRef url );'
Available in Mac OS X version 10.0 and later.


- url (NSURL)
- MISSING

A new Quartz PDF document, or NULL if a document could not be created. You are responsible for releasing the object using CGPDFDocumentRelease.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)