Ok so I want to download this embedded PDF/document in order to physically print it. The website allows me to view it as much as I want, but is asking me to fork over 25 + tax USD so i can download the document.

Obviously, i don’t want to do that, so I try to download the embedded document via inspect element. But, the weird thing is it not actually loading a pdf, but like really small pictures of each page:

So, my question is basically how can I download this document in order to print it?

PdF link: https://www.sbcaplanroom.com/jobs/2477/plans/goleta-sanitary-district-biosolids-and-energy-phase-1-project/?preview=200647

  • Morgikan
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    8 months ago

    Imagemagick can convert a series of images to single PDF: “convert page*.png mydoc.pdf”

    • Daniel@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 months ago

      I thought the convert command didn’t do this, and that it was the magick one?