I need to do is just fill with values a sheet of paper, the user will fill the textboxes in the ASP.NET application and then i will call the application to print the format, But the thing is that the format is already done, I mean its an official paper so i cant print it again with the values.
Now imagine that this is the official format, the size is LETTER:
| Sample Form | ||
| First Name | :-------------------- | |
| Last Name | :-------------------- | |
NOW the user will fill the values in the application and HE will print it and it has to appear like this:
| Sample Form | ||
| First Name | Suman | |
| Last Name | P | |
I can do this just recreating the format but i cant because the sheet of PAPER IS OFFICIAL SO I JUST WANT TO FILL THE SHEET WITH VALUES FROM THE PRINTING OF THE APPLICATION.
Hope you cguys can help me with this.
suman pPosted Jan 22, 2014, 2:51 AM
Yes I need printing on preprinted paper.
I tried like what you suggest. But the position of printing is varying.
Is any other solution….
Posted Jan 21, 2014, 1:44 PM
what you need is basically printing on pre printed paper.
You can print on any x and y position of the paper so you may need to do some random testing and see using what position where your text appears.
Also would be more robust if you can also define some where in the configuration things like margins for top, left bottom and right so that if a printer is changed and it may have different default margin values it can be adjusted in configration.