0

After I have loaded a PDF and drawn a few things, how do I get the resulting UIImage so that I can save it to the file system?

Paul Knopf
  • 9,568
  • 23
  • 77
  • 142

1 Answers1

0

Use renderImageForPage:withSize:clippedToRect:withAnnotations:options:receipt:error: from your document object.

steipete
  • 7,581
  • 5
  • 47
  • 81