1
votes

Is there any way to get a UIImage representation of the QLPreviewController's view in ios6?

1

1 Answers

0
votes

yes You can

QLPreviewController can display previews for the following items:

  1. iWork documents
  2. Microsoft Office documents (Office ‘97 and newer)
  3. Rich Text Format (RTF) documents
  4. PDF files
  5. Images
  6. Text files whose uniform type identifier (UTI) conforms to the public.text type (see Uniform Type Identifiers Reference)
  7. Comma-separated value (csv) files

For More about QLPreviewController Refer this Link & for Documentation Refer this link