PDA

View Full Version : image to PDF file




micnguyen
Jul 28, 2009, 11:49 AM
are there any ways to convert an images file to pdf file ???

Thanks



kainjow
Jul 28, 2009, 11:53 AM
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.