iPhone SDK Zoom and refresh PDF with Quartz
Posted
by Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2009-07-20T09:51:32Z
Indexed on
2010/05/26
3:41 UTC
Read the original article
Hit count: 748
Looking at the QuartzDemo sample application, I love the speed of the PDF rending using quartz alone (that is, without using uiwebview). However, when I'm zooming in the PDF it doesn't seem to become more clear like it does in PDF view.
Is there something that I can change to have the same effect when zooming in and out using multitouch? like manipulate the PDF transformation matrix or something?
Thanks a bunch.
--Ben
© Stack Overflow or respective owner