Skip to content

Install pdftools 1.8 in Windows #123

@stevendavis

Description

@stevendavis

Question.
How can install a pre-built binary version of pdftools 1.8 for Windows? I need the old version to match the behavior of the 1.8 version installed in our production Linux servers.

I tried this:

install.packages("devtools")
require(devtools)
install_version("pdftools", version = "1.8")

With this response:

Error in download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  :
  cannot open URL 'https://github.com/rwinlib/poppler/archive/v0.61.0.zip'
In addition: Warning message:
In download.file(sprintf("https://github.com/rwinlib/poppler/archive/v%s.zip",  :
  URL 'https://github.com/rwinlib/poppler/archive/v0.61.0.zip': status was 'SSL connect error'
Execution halted

I'm new to R and have a poor understanding of R packaging. Any suggestions appreciated.

If it matters, I'm running R version 4.2.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions