|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Printign data over formHi All,
I'm new to VB. I would like to know, how to print data over a form. Much like Turbo Tax prints the data over the tax forms, all in shot. Visual Studio 2005, SQL 2005. TIA, E Ortega If you have a bitmap graphic or scanned image of the form, you will need
to determine the coordinates of where you want the generated data to appear on the image, and draw the text at that location. Of course, you can draw the entire form from scratch if you want to. If the form exists as a PDF file, there are third party tools that will let you interact with the form fields in those files. Microsoft's InfoPath also exists for just this type of activity. If you can describe the form using InfoPath's XML schema, you could probably merge your data into that for printing. ----- Tim Patrick Start-to-Finish Visual Basic 2005 Show quoteHide quote > Hi All, > > I'm new to VB. I would like to know, how to print data over a form. > Much like Turbo Tax prints the data over the tax forms, all in shot. > > Visual Studio 2005, SQL 2005. > > TIA, > > E Ortega > Thank you. I found a third party tool - Gnostice PDFtoolkit. Has anybody use
this product before? Show quoteHide quote "Tim Patrick" <inva***@invalid.com.invalid> wrote in message news:e3b469761c4b8c8d2e55b501b78@newsgroups.comcast.net... > If you have a bitmap graphic or scanned image of the form, you will need > to determine the coordinates of where you want the generated data to > appear on the image, and draw the text at that location. Of course, you > can draw the entire form from scratch if you want to. > > If the form exists as a PDF file, there are third party tools that will > let you interact with the form fields in those files. Microsoft's InfoPath > also exists for just this type of activity. If you can describe the form > using InfoPath's XML schema, you could probably merge your data into that > for printing. > > ----- > Tim Patrick > Start-to-Finish Visual Basic 2005 > >> Hi All, >> >> I'm new to VB. I would like to know, how to print data over a form. >> Much like Turbo Tax prints the data over the tax forms, all in shot. >> >> Visual Studio 2005, SQL 2005. >> >> TIA, >> >> E Ortega >> > >
Make copy of arraylist
Clipboard Question newbie: is this the appropriate use of a class? Getting the current procedure name? Newbie: Event with Control Array accessing data from a class event in a form TItem, TData, etc? Generics VB.Net XML Comments and Intellisense for COM? AUTOMATIC FONTS Calendar - easy question |
|||||||||||||||||||||||