in reply to Re: Easiest-to-use Perl slideshow generator?
in thread Easiest-to-use Perl slideshow generator?

Well adding media CSS for print shouldn't be too difficult, or am I missing something?

Or is automating the browser your issue?

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^2: Easiest-to-use Perl slideshow generator?

Replies are listed 'Best First'.
Re^3: Easiest-to-use Perl slideshow generator?
by u65 (Chaplain) on Oct 12, 2015 at 23:40 UTC

    Well, I'd rather not get my hands dirty with having to fool with the css (unless it would be a one-time affair that would be resusable with a given slide theme)--I'd much rather have an "automatic" solution.

      I'm not using S5 but there is already a print css

       <link rel="stylesheet" href="v11b1/print.css" type="text/css" media="print" id="slidePrint" />

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!

Re^3: Easiest-to-use Perl slideshow generator?
by Corion (Patriarch) on Oct 13, 2015 at 06:57 UTC

    The "print" CSS is not what I'd like in the PDF. I'd like a "presentation" PDF, not a "print" PDF.

      Not sure what you mean, aren't you free to adjust the css to your needs?

      Of course dynamic effects like revealing bullet points step by step are lost.

      But your intention was to present in HTML and to upload to slideshare as PDF, right?

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!

        Hmm - yeah, it might be possible to reformat the HTML using CSS so that it renders like a PDF slide deck. Maybe once I find enough time I can dive into that too :-)