I need to create a silverlight application where the client will see some PDF files. PDF files must be inside the silverlight control and not be displayed as images (the client wants to select text)
To do this, I need some free lyrics or code to convert a pdf file to xaml (or just open a pdf so that I can convert it to xaml).
Which library can read pdf and help convert data to xaml? Can I somehow read the pdf file and write my own conversion tool?
I saw iTextSharp. Can this library read pdf and help me with my problem?
I will be grateful for any ideas or links.
source share