How TO Make PDF Files From VB , Asp , VB.net
This entry was posted on 10/10/2006 2:52 PM and is filed under Technical.
Well! this question has been asked thousands of time on net and every time answer leads us to now where
all we come across is lots and lots of advertisements and never ending PAID downloads
so i was thinking
is generating PDF from VB is so difficult ????
but i m lucky enough to have one answer.....though its the tough one but may be of some help
while working for pdf's i discovered a very interesting fact , if suppose I open any txt file and write something in it and save that to format
different than txt it converts automatically to that thing . Let me clear my point suppose u open a txt file and write something into it and save that by name abc.html , to my wonder it became html file , than I tried doing the same with PDF , no success though converted to PDF , when what i tried
i opened a PDF file in notepad and made some changes and i was successful in doing so
so since my requirement was urgent i wrote a program in VB.Net and wrote everything by reading that into a txt and saving that as PDf.
since I m not so tech savvy can any one tell me how to do that in a better way ?????