Is there a way to save the contents of UIWebView to a pdf file?
I've tried searching for solutions in the web and I've only seen tutorials that would load a pdf file to a UIWebView. If loading the contents of a pdf file to a UIWebView could be done, then I believe that there is also a way to save the contents of a UIWebView to a pdf file.
Is there a way to save the contents of UIWebView to a pdf file?
I've tried searching for solutions in the web and I've only seen tutorials that would load a pdf file to a UIWebView. If loading the contents of a pdf file to a UIWebView could be done, then I believe that there is also a way to save the contents of a UIWebView to a pdf file.
Do anyone here have a solution?
Thanks.
If the content of UIWebView can be saved as image file, then we can create a pdf with the help of image. But do not know how to save the content of webview as image file as the content size would be dynamic in nature?
If the content of UIWebView can be saved as image file, then we can create a pdf with the help of image. But do not know how to save the content of webview as image file as the content size would be dynamic in nature?
Yes. I'm also looking at that option but I also don't know how to do that.