I am creating an application in which I want to create pdf files from images stored in isolated storage. Many open source libraries are available to solve this problem, but, unfortunately, no one expresses their compatibility with the Windows 8 phone.
then i came across this link
the message explains how to write a pdf file by creating a pdf header. But this only creates a pdf file with the text written on it. Now I want to add some images to it. How will I act for the same?
source share