--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Oh sorry, I misread tags$object as being a link. I get it now.Maybe if you encode the PDF into a data URI and use that as the data?uri <- paste0("data:application/pdf;base64,", base64encode(readBin(file, "raw", n=file.info(file)$size)))Pretty sure this would not work on IE though, so if you need that then it's a problem.