Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert rpt to pdf and concatenate it between another pdfs

Status
Not open for further replies.

wfuyanli

Programmer
Jun 24, 2006
11
US
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!
 
There are also Crystal-oriented 3rd-party tools (see list at: that can do both the export to pdf as well as the merging.

My Visual CUT software would allow your application to request (via a command line call) the exporting to pdf, merging with other pdf files, page numbering of the resulting file...

- Ido

Visual CUT & DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top