Using "include" web-bot with PDF file

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

I'd like to build a dynamic page that includes a pdf file.
Rather than create a link to the file, I'd just like to
have it show up when the page is called for (the same
way "include" calls up an html file).

Is this possible? I've tried and all I seem to get is code
beginning with "%PDF-1.4" and then more code.

Don (feel free to cc me with the answer at
(e-mail address removed))

Thanks.
 
only possible using frames (if I'm understanding you right).
the include page actually reads the donor pages contents and writes it to
the page on your local machine. it wouldn't be able to work with a PDF.
you may be able to do it with frames but the chances are that the frame with
the PDF will have that weird PDF tool-bar and stuff.
what is it you're actually trying to accomplish. I'm sure someone here has
an alternative for you.
HTH
 
HTH
I figured what you figured. I'm getting more intelligent
by the second. Basically, I just wanted a page to
dynamically update when the file included on the page was
changed. The inline frame solution seemed to work (I don't
mind the PDF nav bar, etc.) It's more for practicality and
the ability for non webmasters to transfer pdf files to
the site than for cosmetic purposes.

In fact, by using the inline frame, I can still have my
general page navbars on top and side, so I maintain
consistency in navigation.

I just hope it works as well on the mac and in netscape as
it does in IE. I ain't going through various iterations in
this pro bono gig.

Don.
 
I frame is a little tough.
why not just make a page with an index of hyperlinks to your PDF files and
and make the PDF open in a new window. that's kind of the standard fare.
;-)
I don't know how happy you'll be cross browser with the I-frame. I think
for internet explorer it's 5.5 and up.
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top