Hi, I am trying to convert a UIView to pdf (iOS) with textfields and labels etc. I managed to do it by using renderInContext. However, it captures the whole UIView as an "image" which is not really what I want.
As I have textviews, textfields and buttons in my UIView may I know whether it is possible to convert the UIView into pdf and still make the textfields etc. editable in the pdf? (eg. I am still able to make changes in the pdf, where the textfield etc is at - editable pdf, when it is already converted to pdf format.)
If so, how can I go about doing this?
Thanks in advance,
Grace