How can I create pdf from html without taking screenshot or image of uiwebview in objective c in iphone app?
When I create pdf to capture screenshot of UIwebView, pdf resolution is not looking good.In zoom in or zoom-out pixel of its text distroyed.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instead of taking it as a screen shot you can use quartz core to draw the UIwebview in PDF context. Here is the code.