Although I think I like the d3, R, and Shiny team the best, I could definitely envision a big need for multi-page pdf reports created with R, knitr, and latex delivered to the browser with Shiny. Shiny helpfully provides pre-built functionality to send .png charts and graphics created by R to the web. This works especially well since most browsers offer containers for the graphics that can dynamically change.
In this quick experiment, I use the pdf() dev function from R instead of the hoped for knit2pdf to see if sending the binary pdf data is possible. It seems the downloadHandler function from Shiny only currently handles text.
Try it out at http://glimmer.rstudio.com/timelyportfolio/shiny-d3-pdf. It seems to work with the newest Chrome and IE.
Code at Github.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...


Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).