Re: trimbox and bleedbox from PDF
Re: trimbox and bleedbox from PDF
- Subject: Re: trimbox and bleedbox from PDF
- From: John Calhoun <email@hidden>
- Date: Thu, 11 Jun 2009 17:47:27 -0700
On Jun 11, 2009, at 2:55 PM, gMail.com wrote:
I would need to get the trimbox rect and bleedbox rect from a pdf
document.
Is anyone who can point me to the right APIs and procedures? Thanks.
You want to create either a PDFDocument (part of PDF Kit .. Cocoa) or
a CGPDFDocumentRef (CoreGraphics ... straight C). From there get
either a PDFPage (PDF Kit) or CGPDFPageRef (CoreGraphics) — both have
methods/functions then to get the trim and bleed boxen.
John Calhoun—_______________________________________________
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