I think you need to be more precise with your question. A document can be anything, e.g. an image, a word document, a pdf, etc. So where's your actual problem? Don't you know how to decode base64 to binary, or do you need to see how to create multipage images, or what?
– Thomas TempelmannMay 04 '11 at 21:58
Sorry about the confusing question. The document I am referring to is a fax (A PDF or a TIF) that could be multi page. I get on how to decode it. Just not sure how to have a mechanism to where a user could go through all the pages if needed.
– Strong Like BullMay 05 '11 at 01:46
Hope it helps. I don't know what you mean by "multipage UIImageView". The NSData category providing the dataFromBase64EncodedString method is here or here.
Just a FYI to others, dataFromBase64EncodedString needs to be a implemented since it is not a base method of NSData
– Strong Like BullMay 06 '11 at 13:10