Hi Guys,
i need to some solutions in order to
1) upload the image in file uploader in asp.net
2)then the image must be inserted in to pdf and store in specific folder
i need some ideas tha how can we implement it!....
waiting for ur responce
Loading
Posted Jun 7, 2011, 4:26 AM
Use the itextsharp to insert/update the images into/generate pdf. Later you can save this pdf into different location as per your requirement.
http://coolwebdeveloper.com/2008/10/how-to-use-itextsharp-net-pdf-library-to-insert-text-and-image-in-an-existing-pdf-form-template/
http://www.mikesdotnetting.com/Article/87/iTextSharp-Working-with-images
Hope this helps you.