This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Description
Hi,
This issue concerns chapter 8 of your tutorial.
It seems that pdftotext does not support the -htmlmeta flag anymore, so the metadata extraction you describe in the tutorial is broken when using the latest xpdf 4.0.0 version, see current documentation for pdftotext.
According to my tests, you can still access that information but you have to use the pdfinfo command for that.
Another point regarding that notebook: the Python library reference recommends using subprocess.run for everything. Is there a specific reason why you're using subprocess.call in the tutorial instead?
Thanks for these great tutorials.
Best regards,
Florian