Connecting Multiple Pages

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default 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)


    Mark Guest

  2. Similar Questions and Discussions

    1. WebDAV not connecting to Adobe Connect Event pages forContribute 4.
      I'm having no luck in connecting to the Adobe Connect Event pages using WebDAV in Contribute 4. This worked just fine in Contribute 3, but for...
    2. Connecting to multiple sites on same server
      I host all my sites on one server with different domain names. As I'm setting up to administer each one in Contribute, I'm not allowed to connect...
    3. pages not connecting to Database behind root folder onweb host!!
      hello, I am having problems connecting to the database behind the rood folder on the Web Host, Here is the set up Logs{} db{mydatabase}...
    4. Spread a GIF across multiple pages?
      I have GIF files that are snapshots of Microsoft Project files. When I import them into Acrobat it puts them all on one page. This makes them too...
    5. <form> to multiple pages
      I would like the following form to send to the https that is shown, but I would also like it to send the same info to another page at the same time....
  3. #2

    Default Re: Connecting Multiple Pages

    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)
    >
    >
    Tony Heflin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139