M micnguyen macrumors newbie Original poster Jul 28, 2009 #1 are there any ways to convert an images file to pdf file ??? Thanks
K kainjow Moderator emeritus Jul 28, 2009 #2 AFAIK, not directly. But you can create a CGContextRef that represents a PDF via CGPDFContextCreate() or CGPDFContextCreateWithURL() and then draw your image or whatever you want into that context.
AFAIK, not directly. But you can create a CGContextRef that represents a PDF via CGPDFContextCreate() or CGPDFContextCreateWithURL() and then draw your image or whatever you want into that context.