unable to create pdf file in asp.net
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
You probably need to use some third-party library for creating pdf on the fly. ASP.NET create pdf[^]
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
its better to transfer the necessary data into XML and translate it using .FO. a third party tool like ibex can develop its PDF data from the .FO file http://www.xmlpdf.com/ibex.html[^] Regards Riyam Hussain