Ryan

Results 46 comments of Ryan

One part that is odd is that the final image_info doesn't do what I expect. But when reading the logo in from disk each call, it does do what I...

1. pdfimages is not installed on the servers that run apps on shinyapp.io (and the request process for them to change it is always uncertain), so you can't shell out...

Thanks @gadenbuie. That is great. Wasn't able to find it with a web search.

Does `image_orient()` help? Like: `im % image_orient()`

I guess that could work, but it doesn't seem to be the same kind of output. I guess I can just keep doing the system() call: ``` # Simple equivalence...

I could not get pdftools::pdf_data() to produce the kind of data needed. But this does: system2("qpdf", c("--qdf", "--object-streams=disable", temp_pdf, "-"), stdout = TRUE, stderr = TRUE) The problem is that...