Accessing PDF files
Accessing PDF files
- Subject: Accessing PDF files
- From: Info <email@hidden>
- Date: Thu, 04 Jul 2002 19:28:42 +0200
Okay, maybe this will be rated as silly question, but I4ve tried all things
my little brain can imagine.
So now I will ask the community: how to access a pdf file and paste it4s
content into an container of NSImage type for further manipulations?
I4ve tried the following code snippet, but this kind of solution will only
provide a lowres variant of the real pdf content...
originalImage = [[NSImage alloc] initWithContentsOfFile:path];
The goal is, to save a tiff copy to disc in the highest resolution provided
by pdf data. I know there4s a NSPDFImageRep function, but I don4t know how
to use it.
Can anyone help, maybe by pasting some code examples or helpful links
(please no developer.apple.links - I know this page like my own trousers).
Thanx a lot
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.