yonicd / rpdf

pdf.js htmlwidget for R
41 stars 6 forks source link

still working? #4

Open stevepowell99 opened 2 years ago

stevepowell99 commented 2 years ago

this looks very useful, but is it working? running rpdf(path = 'http://www.pdf995.com/samples/pdf.pdf',scale=0.75) in Rstudio just shows the pagination controls but not the pdf. I get the same thing using the Shiny bindings in a Shiny app.

image

R version 4.1.2 (2021-11-01) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 22000)

Matrix products: default

locale: [1] LC_COLLATE=English_United Kingdom.1252 [2] LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 [4] LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] shinybusy_0.2.2 shinyjs_2.0.0 writexl_1.4.0 forcats_0.5.1
[5] stringr_1.4.0 dplyr_1.0.7 purrr_0.3.4 readr_2.1.1
[9] tidyr_1.1.4 tibble_3.1.6 ggplot2_3.3.5 tidyverse_1.3.1 [13] pdftools_3.0.1 shiny_1.7.1 rpdf_0.0.1

loaded via a namespace (and not attached): [1] httr_1.4.2 sass_0.4.0 jsonlite_1.7.2
[4] modelr_0.1.8 bslib_0.3.1 assertthat_0.2.1 [7] askpass_1.1 cellranger_1.1.0 yaml_2.2.1
[10] remotes_2.4.2 qpdf_1.1 pillar_1.6.4
[13] backports_1.4.1 glue_1.6.0 digest_0.6.29
[16] promises_1.2.0.1 rvest_1.0.2 colorspace_2.0-2 [19] htmltools_0.5.2 httpuv_1.6.4 pkgconfig_2.0.3
[22] broom_0.7.10 haven_2.4.3 xtable_1.8-4
[25] scales_1.1.1 processx_3.5.2 fontawesome_0.2.2 [28] later_1.3.0 tzdb_0.2.0 openssl_1.4.6
[31] generics_0.1.1 ellipsis_0.3.2 cachem_1.0.6
[34] withr_2.4.3 cli_3.1.0 magrittr_2.0.1
[37] crayon_1.4.2 readxl_1.3.1 mime_0.12
[40] ps_1.6.0 fs_1.5.2 fansi_0.5.0
[43] xml2_1.3.3 pkgbuild_1.3.1 rsconnect_0.8.25 [46] tools_4.1.2 prettyunits_1.1.1 hms_1.1.1
[49] lifecycle_1.0.1 munsell_0.5.0 reprex_2.0.1
[52] callr_3.7.0 jquerylib_0.1.4 compiler_4.1.2
[55] rlang_0.4.12 grid_4.1.2 rstudioapi_0.13
[58] htmlwidgets_1.5.4 gtable_0.3.0 DBI_1.1.1
[61] curl_4.3.2 R6_2.5.1 lubridate_1.8.0
[64] fastmap_1.1.0 utf8_1.2.2 rprojroot_2.0.2
[67] stringi_1.7.6 Rcpp_1.0.7 vctrs_0.3.8
[70] dbplyr_2.1.1 tidyselect_1.1.1

yonicd commented 2 years ago

This repo has not been maintained for 4 years. I am not sure if the underlying JS code still works.