how to use iTextSharp with existing wpf document? -
I have an existing wpf document, how do I get a pdf from iTextSharp from it?
There is an easy way, which is easy, but perhaps in the most effective way, an image in a WPF document Render and then embed the image into a PDF using ITextSharp.
I have successfully done it in the first place Initially, I tried to convert control primitives into PDF counterparts, but it proved to be very difficult.
Comments
Post a Comment