<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>AW: RE: [Xerte] pdf in xerte! But how?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Frederic,<BR>
<BR>
thanks for explaining this, I have never come across this trick&nbsp; ;-)<BR>
However, I doubt that there will be a way to display a PDF file in Flash (what Xerte is). Flash officially supports a handful of HTML tags in its HTML text fields but embed is not one of them.<BR>
<BR>
You mentioned the poor quality of FlashPaper in your first posting. Isn't there a way to tweak the quality in some way? I have never really used FlashPaper but I just did a short test with a Word file converting it to FlashPaper and it looked nice and crisp. If your original document is a Word doc, have you already tried to convert it directly to FlashPaper? You only mentioned that you converted from PDF to FlashPaper.<BR>
<BR>
Cheers,<BR>
<BR>
Thomas<BR>
<BR>
<BR>
-----Ursprüngliche Nachricht-----<BR>
Von: xerte-bounces@lists.nottingham.ac.uk im Auftrag von Frederic Gehmlich<BR>
Gesendet: Fr 16.11.2007 17:06<BR>
An: Xerte discussion list<BR>
Betreff: Re: RE: [Xerte] pdf in xerte! But how?<BR>
<BR>
well its just a trick and even netscape should be able to do this.<BR>
to embed a pdf-file in a webpage you must write:<BR>
<BR>
&lt;embed src=&quot;<A HREF="http://www.nottingham.ac.uk/xerte/manual/Xerte%20Getting%20Started.pdf">http://www.nottingham.ac.uk/xerte/manual/Xerte%20Getting%20Started.pdf</A>&quot; width=&quot;50%&quot; height=&quot;400&quot;&gt;<BR>
<BR>
and I have already created a link but it is not what I'm actually looking for because we want the pdf-document in the presentation and not beyond of it.<BR>
<BR>
Frederic<BR>
-------- Original-Nachricht --------<BR>
&gt; Datum: Fri, 16 Nov 2007 13:55:02 -0000<BR>
&gt; Von: &quot;Koller Thomas&quot; &lt;Thomas.Koller@nottingham.ac.uk&gt;<BR>
&gt; An: &quot;Xerte discussion list&quot; &lt;xerte@lists.nottingham.ac.uk&gt;<BR>
&gt; Betreff: RE: [Xerte] pdf in xerte! But how?<BR>
<BR>
&gt; Hi all,<BR>
&gt;<BR>
&gt; just wondering:<BR>
&gt;<BR>
&gt; &gt; how to integrate pdf in Xerte<BR>
&gt; &gt; similar to an integration of pdf-files in ordinary html-documents.<BR>
&gt;<BR>
&gt; Has anyone ever seen a PDF document really being embedded in a web page? I<BR>
&gt; don't know if any browser is able to do this.<BR>
&gt; &gt;&gt;From what I've come across so far there are two ways PDF documents are<BR>
&gt; being handled in browsers depending on your MIME type settings:<BR>
&gt; either the PDF reader plugin opens inside the browser or the &quot;normal&quot;<BR>
&gt; Adobe reader is being triggered.<BR>
&gt;<BR>
&gt;<BR>
&gt; Cheers,<BR>
&gt;<BR>
&gt; Thomas<BR>
&gt;<BR>
&gt;&nbsp;<BR>
&gt;<BR>
&gt; &gt; -----Original Message-----<BR>
&gt; &gt; From: xerte-bounces@lists.nottingham.ac.uk<BR>
&gt; &gt; [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of<BR>
&gt; &gt; Tenney Julian<BR>
&gt; &gt; Sent: 16 November 2007 13:38<BR>
&gt; &gt; To: Xerte discussion list<BR>
&gt; &gt; Subject: RE: [Xerte] pdf in xerte! But how?<BR>
&gt; &gt;<BR>
&gt; &gt; Hi,<BR>
&gt; &gt;<BR>
&gt; &gt; The way to do it would be to provide a link in Xerte to the<BR>
&gt; &gt; pdf file, so when the user clicks on it, the file opens in a<BR>
&gt; &gt; new browser window. There's no support for pdf in the flash<BR>
&gt; &gt; player I'm afraid,<BR>
&gt; &gt;<BR>
&gt; &gt; getURL(&quot;<A HREF="http://server/myFile.pdf">http://server/myFile.pdf</A>&quot;, &quot;_blank&quot;); //I think<BR>
&gt; &gt;<BR>
&gt; &gt; Julian<BR>
&gt; &gt;<BR>
&gt; &gt; -----Original Message-----<BR>
&gt; &gt; From: xerte-bounces@lists.nottingham.ac.uk<BR>
&gt; &gt; [<A HREF="mailto:xerte-bounces@lists.nottingham.ac.uk">mailto:xerte-bounces@lists.nottingham.ac.uk</A>] On Behalf Of<BR>
&gt; &gt; corax7@gmx.net<BR>
&gt; &gt; Sent: 16 November 2007 11:05<BR>
&gt; &gt; To: xerte@lists.nottingham.ac.uk<BR>
&gt; &gt; Subject: [Xerte] pdf in xerte! But how?<BR>
&gt; &gt;<BR>
&gt; &gt; Dear Sir/Madam,<BR>
&gt; &gt;<BR>
&gt; &gt; I am a German student who is working in the occupational<BR>
&gt; &gt; medicine in Gießen at the moment. And I've got the assignment<BR>
&gt; &gt; to create an e-learning project with Xerte for medicine students.<BR>
&gt; &gt; I already know that Xerte is an amazing programme but it<BR>
&gt; &gt; seems to me that Xerte has problems with other files like pdf.<BR>
&gt; &gt; But maybe you are able to help a novice like me.<BR>
&gt; &gt; At first I want to tell you that I tried to convert a<BR>
&gt; &gt; pdf-document to a flash-document with FlashPaper 2. But the<BR>
&gt; &gt; quality of the text was unacceptable. So I was looking for<BR>
&gt; &gt; other methods. Of course I know that we can use ActionScript<BR>
&gt; &gt; to fulfil this task. But I'm also a novice in ActionScript.<BR>
&gt; &gt; So I wrote that e-mail because I am completely stumped and<BR>
&gt; &gt; hope that you have an idea how to integrate pdf in Xerte<BR>
&gt; &gt; similar to an integration of pdf-files in ordinary html-documents.<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; Yours sincerely<BR>
&gt; &gt;<BR>
&gt; &gt; Frederic G.<BR>
&gt; &gt;<BR>
&gt; &gt; --<BR>
&gt; &gt; GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.<BR>
&gt; &gt; Alle Infos und kostenlose Anmeldung:<BR>
&gt; &gt; <A HREF="http://www.gmx.net/de/go/freemail">http://www.gmx.net/de/go/freemail</A><BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Xerte mailing list<BR>
&gt; &gt; Xerte@lists.nottingham.ac.uk<BR>
&gt; &gt; <A HREF="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Xerte mailing list<BR>
&gt; &gt; Xerte@lists.nottingham.ac.uk<BR>
&gt; &gt; <A HREF="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>
&gt; &gt;<BR>
&gt; _______________________________________________<BR>
&gt; Xerte mailing list<BR>
&gt; Xerte@lists.nottingham.ac.uk<BR>
&gt; <A HREF="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>
<BR>
--<BR>
Psssst! Schon vom neuen GMX MultiMessenger gehört?<BR>
Der kann`s mit allen: <A HREF="http://www.gmx.net/de/go/multimessenger">http://www.gmx.net/de/go/multimessenger</A><BR>
_______________________________________________<BR>
Xerte mailing list<BR>
Xerte@lists.nottingham.ac.uk<BR>
<A HREF="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>