I have pdfA,pdf pdfB.pdf, pdfC,pdf, pdfD.pdf
For example, if I have .aspx webpage saying
if textbox.text = 1 then
1. print combination of pdfA.pdf / pdfB.pdf into one pdf and open in browser.
2. inside of pdf, there is textbox called textbox1 and it will fill in value and value came from textbox.text
else if textbox.text =2 then
1. print combination of pdfC.pdf /pdfD.odf into one pdf and open in browser.
2. inside of pdf, there is textbox called textbox1 and it will fill in value and value came from textbox.text
Basically, I used to use Fdf in classic asp, but that does not work very well. I am looking for a way to flat it, and shown on browser.