|
Home > Archive > IIS ASP > June 2004 > Connecting Multiple Pages
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Connecting Multiple Pages
|
|
|
| I need to have some dynamically created ASP, with mutliple word documents
and PDFs all connected so that it can be printed with a single print
command.
My two ideas are:
having the PDF and DOC files act like images and print entire thing as a web
page.
-Or-
Creating a single PDF file from the concatenation of the asp results and the
doc and pdf files.
Any ideas of how to impliment either of these, or a completely separate
idea, would be much appreciated.
Mark
btw (its perfectly relevent to both newsgroups sorry if you read both)
| |
| Tony Heflin 2004-06-29, 5:55 pm |
| I remember seeing a component somewhere that created pdf files on the
fly from multiple sources. I am not sure where I found it but asp101.com
would be a good start.
T
Mark wrote:
> I need to have some dynamically created ASP, with mutliple word documents
> and PDFs all connected so that it can be printed with a single print
> command.
>
> My two ideas are:
>
> having the PDF and DOC files act like images and print entire thing as a web
> page.
>
> -Or-
>
> Creating a single PDF file from the concatenation of the asp results and the
> doc and pdf files.
>
> Any ideas of how to impliment either of these, or a completely separate
> idea, would be much appreciated.
>
> Mark
> btw (its perfectly relevent to both newsgroups sorry if you read both)
>
>
|
|
|
|
|