Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

asp.net pdf

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.

ASKER CERTIFIED SOLUTION
Avatar of Jesse Houwing
Jesse Houwing
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial