Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdf_data(pdf, font_info = TRUE) crashes R 4.4.1 on Windows #132

Open
ontogenerator opened this issue Oct 1, 2024 · 0 comments
Open

pdf_data(pdf, font_info = TRUE) crashes R 4.4.1 on Windows #132

ontogenerator opened this issue Oct 1, 2024 · 0 comments

Comments

@ontogenerator
Copy link

ontogenerator commented Oct 1, 2024

Dear pdftools developers,

Frist of all, thank you for the really useful package! PDFs of scientific publications are a nightmare to parse, but your tool makes it much more bearable.

I would like to report the following issue:

When running pdf_data() with font_info = TRUE and the attached pdf files, the R session crashes without a specific error message.

10.1016+j.jneuroim.2023.578175.pdf
s12916-022-02462-6_supplemental2.pdf

# these work
pdf_1 <- pdftools::pdf_data(pdf = "10.1016+j.jneuroim.2023.578175.pdf")
pdf_2 <- pdftools::pdf_data(pdf = "s12916-022-02462-6_supplemental2.pdf")
# but these crash the session
pdf_3 <- pdftools::pdf_data(pdf = "10.1016+j.jneuroim.2023.578175.pdf", font_info = TRUE)
pdf_4 <- pdftools::pdf_data(pdf = "s12916-022-02462-6_supplemental2.pdf", font_info = TRUE)

Thank you in advance for your assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant