ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* EUROTEX2006 - hartmut-talk.pdf -
@ 2006-12-20  9:11 luigi scarso
  2006-12-20 16:18 ` Peter Rolf
  0 siblings, 1 reply; 4+ messages in thread
From: luigi scarso @ 2006-12-20  9:11 UTC (permalink / raw)


Very good to me hartmut-talk.pdf, so I've made
www.logosrl.it/context/pdftex/hartmut-talk.html

luigi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EUROTEX2006 - hartmut-talk.pdf -
  2006-12-20  9:11 EUROTEX2006 - hartmut-talk.pdf - luigi scarso
@ 2006-12-20 16:18 ` Peter Rolf
  2006-12-20 17:17   ` luigi scarso
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Rolf @ 2006-12-20 16:18 UTC (permalink / raw)


luigi scarso wrote:
> Very good to me hartmut-talk.pdf, so I've made
> www.logosrl.it/context/pdftex/hartmut-talk.html
> 
> luigi
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
hi luigi,

really nice work (except the positioning of the two buttons) :)
for all of you who get eye cancer, if they must read more than one page
from a monitor, the printable version can be found at

http://www.matexhu.org/eurotex2006/lectures/pdftex/

thanks for pointing to this interesting doc.

greetings, peter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EUROTEX2006 - hartmut-talk.pdf -
  2006-12-20 16:18 ` Peter Rolf
@ 2006-12-20 17:17   ` luigi scarso
  2006-12-20 18:00     ` Peter Rolf
  0 siblings, 1 reply; 4+ messages in thread
From: luigi scarso @ 2006-12-20 17:17 UTC (permalink / raw)


> really nice work (except the positioning of the two buttons) :)
if you download swftools and compile it, you will find
HOWTO_pdf2swf andinside it
$> pdf2swf -bl -o hartmut-talk.swf hartmut-talk.pdf
do all work;
after that I use
--------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html><head><title></title>

</head><body>
<div id="centercontent">
	<h1>centercontent</h1>
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 WIDTH="595"
 HEIGHT="841"
 CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
  <PARAM NAME="MOVIE" VALUE="hartmut-talk.swf">
  <PARAM NAME="PLAY" VALUE="true">
  <PARAM NAME="LOOP" VALUE="true">
  <PARAM NAME="QUALITY" VALUE="high">
  <EMBED SRC="hartmut-talk.swf" WIDTH="800" HEIGHT="600"
   PLAY="true" ALIGN="" LOOP="true" QUALITY="high"
   TYPE="application/x-shockwave-flash"
   PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
  </EMBED>
</OBJECT>
</div>
</body>
</html>
---------------------------


> http://www.matexhu.org/eurotex2006/lectures/pdftex/
Yes, also pdfs on luatex are  good candidate to swf-lizations.

luigi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EUROTEX2006 - hartmut-talk.pdf -
  2006-12-20 17:17   ` luigi scarso
@ 2006-12-20 18:00     ` Peter Rolf
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Rolf @ 2006-12-20 18:00 UTC (permalink / raw)


luigi scarso wrote:
>> really nice work (except the positioning of the two buttons) :)
> if you download swftools and compile it, you will find
> HOWTO_pdf2swf andinside it
> $> pdf2swf -bl -o hartmut-talk.swf hartmut-talk.pdf
> do all work;
> after that I use
> --------------------
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "DTD/xhtml1-transitional.dtd">
> <html><head><title></title>
> 
> </head><body>
> <div id="centercontent">
> 	<h1>centercontent</h1>
> <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
>  WIDTH="595"
>  HEIGHT="841"
>  CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
>   <PARAM NAME="MOVIE" VALUE="hartmut-talk.swf">
>   <PARAM NAME="PLAY" VALUE="true">
>   <PARAM NAME="LOOP" VALUE="true">
>   <PARAM NAME="QUALITY" VALUE="high">
>   <EMBED SRC="hartmut-talk.swf" WIDTH="800" HEIGHT="600"
>    PLAY="true" ALIGN="" LOOP="true" QUALITY="high"
>    TYPE="application/x-shockwave-flash"
>    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
>   </EMBED>
> </OBJECT>
> </div>
> </body>
> </html>
> ---------------------------
> 
> 
>> http://www.matexhu.org/eurotex2006/lectures/pdftex/
> Yes, also pdfs on luatex are  good candidate to swf-lizations.
> 
> luigi
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

ah, thats the magic behind it (i wasn't aware of these tools).
this looks promising.. an easy way to get pdf in the web. opera can even
scale the output (no success with firefox). and in comparison to
apparition, it doesn't make itself the default pdf viewer (which makes
testing annoying).

again thanks for the info. :)

cheers, peter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-20 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-20  9:11 EUROTEX2006 - hartmut-talk.pdf - luigi scarso
2006-12-20 16:18 ` Peter Rolf
2006-12-20 17:17   ` luigi scarso
2006-12-20 18:00     ` Peter Rolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).