300 dpi PNG files
300 dpi PNG files
- Subject: 300 dpi PNG files
- From: Todd Heberlein <email@hidden>
- Date: Tue, 14 Oct 2003 16:42:49 -0700
Microsoft has killed the 'P' in PDF.
I have my own NSView subclass, and I can generate a PDF file from it
with the following two steps:
data = [graph_view dataWithPDFInsideRect: r];
[data writeToFile: [sheet filename] atomically: YES];
The PDF looks great in Previewer, Acrobat, Keynote, and when I print
from any of these applications. But I need to include the image in a
Microsoft Word document, and Word (and PowerPoint) print PDF documents
at screen resolution. In short, PDF is not Portable when it comes to
Microsoft.
To avoid this, I would like to create a PNG of my view that renders at
a much higher resolution (e.g., 300 dpi), save that to a file, and then
insert the hi-res PNG file into Word.
Any words of wisdom in creating a hi-res PNG file of my NSView? Or, if
you have a better approach, please let me know.
Thanks,
Todd
_______________________________________________
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.