I just found this interesting PDF tool:

https://github.com/alam00000/bentopdf

Fully offline, everything is client side, the files get edited in the browser, there’s no server uploads.

  • vort3@lemmy.ml
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    3 days ago

    This looks great, but if everything is client side, then why do I need a browser to access this?

    • warmaster@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      I thought the same thing. It would be great if they packaged this in a flatpak or appimage, although right now it is so simple that anything else would be bloat.

      I bet you could download the HTML and just use that.

    • frongt@lemmy.zip
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      If you have other software capable of running Javascript, you’re welcome to use that too. That’s what the underlying libraries are written in.

      • Hadriscus@jlai.lu
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        I didn’t know this existed. Granted I don’t know a lot about web development. An example ?

        • frongt@lemmy.zip
          link
          fedilink
          arrow-up
          3
          ·
          2 days ago

          Nodejs. I don’t know if it supports GUIs though. I’m not aware of any other JS implementations outside the browser.