mysterioustrousers / MTPDF

Objective-C PDF objects. Doing my part to help us stay out of the headache that is Core Foundation.
MIT License
205 stars 28 forks source link

Regarding Show the page on View Controller #16

Closed IshuPhogat closed 7 years ago

IshuPhogat commented 7 years ago

hi @atomkirk First thanks for this good pdf reader library.

I have a question not an issue. the question is: could we show page directly on a view controller without convert it into the image?

is it possible or not? If yes than would you like to elaborate it. thanks in advance.

atomkirk commented 7 years ago

You can draw it directly into a CGPDFContext in a UIView. See "Draw a page to a CGPDFContext:" in the README