Is NSPrintSaveJob best way to create a PDF?
Is NSPrintSaveJob best way to create a PDF?
- Subject: Is NSPrintSaveJob best way to create a PDF?
- From: Ben Mackin <email@hidden>
- Date: Mon, 14 Apr 2003 17:16:38 -0700
Hi,
I am wondering if using NSPrintSaveJob is the best means of creating a PDF
file. I have 3 tiff files that I would like to combine into one PDF file.
Would it be best to open each image into a NSImage, and then "draw" those
three images into one NSImage. Then draw the NSImage into an NSImageView,
and "print" it?
The issue I see with that is controlling the proper paging. I want each
image to be on its own PDF page, but the images aren't all the same height
(could be any where form A4, to US letter, to US legal). Is there some other
methods I have missed that would work better? I know this has to be
possible, because programs like PageSender (for example) can take the tiff
images it receives and neatly create a PDF file where each received page
height is properly recorded in the PDF file.
Thanks,
Ben
_______________________________________________
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.