I have a .rpt file(say, B.rpt) using a proc to pull some data from the database.
Now what I can do:
In my .aspx page load event, I can convert B.rpt file to B.pdf file
What I need :
I have another two static pdf file A and C, now I need to concatenate all 3 of them, so it open as one file(ABC.pdf).
Can I do this programically?
Thanks a lot!
Now what I can do:
In my .aspx page load event, I can convert B.rpt file to B.pdf file
What I need :
I have another two static pdf file A and C, now I need to concatenate all 3 of them, so it open as one file(ABC.pdf).
Can I do this programically?
Thanks a lot!