Suggestions for debugging print stylesheets?

Posted by Jim Puls on Stack Overflow See other posts from Stack Overflow or by Jim Puls
Published on 2010-03-16T07:34:30Z Indexed on 2010/03/16 7:36 UTC
Read the original article Hit count: 408

I've recently been working on a print stylesheet for a website, and I realized that I was at a loss for effective ways to tweak it. It's one thing to have a reload cycle for working on the on-screen layout:

  • change code
  • command-tab
  • reload

but that whole process gets much more arduous when you're trying to print:

  • change code
  • command-tab
  • reload
  • print
  • squint at print-preview image
  • open PDF in Preview for further inspection

Are there tools I'm missing out on here? Does WebKit's inspector have a "pretend this is paged media" checkbox? Is there some magic that Firebug (shudder) can do?

© Stack Overflow or respective owner

Related posts about css

Related posts about printing