M micnguyen macrumors newbie Original poster Jul 28, 2009 1 0 Jul 28, 2009 #1 are there any ways to convert an images file to pdf file ??? Thanks
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 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.