open pdf files into the browser
open pdf files into the browser
am 23.10.2007 15:44:15 von alessandro.bernardini.1979
I want to create an html files with links to other html files AND to
pdf files and I want that some html links are related to some pdf
links.
And I want that clicking an html links displays the html file in the
upper part of the browser AND the pdf file in the lover part (with
acroread naturally)...
Exemple:
Clicking on firstlink displays
firstlink.thml (in the upper part of the browser)
firstlink.pdf (in the lower part of the browser,
automatically).
How can i do this ?
Any help or link ti help is appreciated
THX.
Re: open pdf files into the browser
am 23.10.2007 16:01:28 von rf
wrote in message
news:1193147055.121676.260060@q5g2000prf.googlegroups.com...
>I want to create an html files with links to other html files AND to
> pdf files and I want that some html links are related to some pdf
> links.
>
> And I want that clicking an html links displays the html file in the
> upper part of the browser AND the pdf file in the lover part (with
> acroread naturally)...
>
> Exemple:
>
> Clicking on firstlink displays
>
> firstlink.thml (in the upper part of the browser)
> firstlink.pdf (in the lower part of the browser,
> automatically).
>
> How can i do this ?
Write a new browser?
--
Richard.
Re: open pdf files into the browser
am 23.10.2007 16:30:43 von Bergamot
alessandro.bernardini.1979@gmail.com wrote:
>
> And I want that clicking an html links displays the html file in the
> upper part of the browser AND the pdf file in the lover part (with
> acroread naturally)...
Maybe that's what *you* want, but is that what your visitors want?
It would really annoy me. I don't want PDFs to open in my browser at
all. They should always open in my separate PDF reader app *after* I've
given permission to do so. It isn't necessarily Adobe's reader, either.
--
Berg
Re: open pdf files into the browser
am 23.10.2007 18:44:12 von lws4art
alessandro.bernardini.1979@gmail.com wrote:
> I want to create an html files with links to other html files AND to
> pdf files and I want that some html links are related to some pdf
> links.
>
> And I want that clicking an html links displays the html file in the
> upper part of the browser AND the pdf file in the lover part (with
> acroread naturally)...
>
> Exemple:
>
> Clicking on firstlink displays
>
> firstlink.thml (in the upper part of the browser)
> firstlink.pdf (in the lower part of the browser,
> automatically).
>
> How can i do this ?
Yes you *can* in an object element but the real question is *should*
you. I would say no, because PDFs are significantly larger then their
HTML counterparts. It would be as bad as having a HUGE image on your
page...either use HTML or just link to the PDF and give a reference to
the size of the file for users...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: open pdf files into the browser
am 24.10.2007 00:09:54 von unknown
Post removed (X-No-Archive: yes)
Re: open pdf files into the browser
am 24.10.2007 00:10:36 von unknown
Post removed (X-No-Archive: yes)
Re: open pdf files into the browser
am 24.10.2007 00:36:42 von dorayme
In article <0assh3pf5uqq3a3m985mrfqainvj34i294@4ax.com>,
still me wrote:
> On Tue, 23 Oct 2007 09:30:43 -0500, Bergamot
> wrote:
>
> >It would really annoy me. I don't want PDFs to open in my browser at
> >all.
>
> You're annoying Bill Gates with talk like that.
For quick looks at pdfs off line, I use my browser to see pdf
files out of choice. I just grab files and plonk them on Safari.
But I have a very nice Mac plugin that acts fast and is quicker
than opening something like Acrobat (either the stand alone or
via browser). It is often convenient to do the same with online
pdfs.
--
dorayme
Re: open pdf files into the browser
am 24.10.2007 11:32:48 von alessandro.bernardini.1979
I found that the use of frames works well for my purpose of opening
pdf files as a part of the browsers-window.
Look at following code:
------------------------------------------------------------ ----------------
"http://www.w3.org/TR/html4/loose.dtd">
Eingebettete Frames definieren
Fenstergucker
Gucken Sie mal SELFHTML im Fenster an:
name="SELFHTML_in_a_box">
Ihr Browser kann leider keine eingebetteten Frames anzeigen:
Sie können die eingebettete Seite über den folgenden
Verweis
aufrufen:
------------------------------------------------------------ -----------------------
it works.
I now have two questions:
a) how can i set the width and height dynamically, referencing to the
actual windows size ?
b)whe disappears the link to the pdf file if i save the html to the
hard disk (I use netscape).
In fact, if i save the listed html file i become:
____________________________________________________________
Fenstergucker
Gucken Sie mal SELFHTML im Fenster an:
name="SELFHTML_in_a_box">
<p>Ihr Browser kann leider keine eingebetteten Frames
anzeigen:
Sie können die eingebettete Seite über den
folgenden Verweis
aufrufen: <a>SELFHTML</a></p>