boss actually the main problem that i have is that i want to convert an Html file to a tiff image .
we have approximatelly 100 HTML files.
The idea that i have is that first make a text file then create a html file from them and after filling the value in the fields, it is converted into tiff.
For recognizing a text filed(name of text field is like |%value1%|,|% value 2%|....) inside a text file we r using regular expression(|%value[0-20]%|)
than by pattern matching i am going to replace that pattern by the Input tag of Html.