Linux: PDF-url to text without downloading pdf file

PHOTO EMBED

Mon Aug 29 2022 21:06:32 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #bash

#sudo apt install poppler-utils

curl -s "<url of pdf file>" | pdftotext -layout - -

content_copyCOPY

Convert PDF-url to text from command line