How to create a multi-page PDF from NSImageBitmapReps?
How to create a multi-page PDF from NSImageBitmapReps?
- Subject: How to create a multi-page PDF from NSImageBitmapReps?
- From: Dave Camp <email@hidden>
- Date: Tue, 25 Apr 2006 18:02:37 -0700
I'm working on a debugging tool (command line) that generates high
resolution images and renders them as TIFFs on disk. This part works
pretty well; I create a series of NSImageBitmapReps, my code fills in
the pixels, and I save the resulting data to disk with [imageRep
representationUsingType:NSTIFFFileType properties:dict];
I'd like to take this one step further and write a single PDF file
that has a single image on each page. Unfortunately, the NSImage
documentation has thoroughly confused me and searching the list
didn't turn up anything like this.
Can someone point me in the right direction?
Thanks,
Dave
---
You are in a maze of testy little Java VMs, all subtly different.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden