Hey all,

My father’s business requires him to work a lot with PDF forms, combine PDF files, convert scanned pictures to files, etc.

I’ve found Master PDF editor, but I’ve found it to be buggy – specifically when trying to create a new PDF from multiple files the program errors out saying it can’t create the file.

I’ve also tried running Foxxit PDF editor through WINE but that’s abysmal.

Any recommendations on Linux native software paid or FOSS, that can fill forms, create/combine PDFs, and do basic edition (rotating pages, etc) that my 70 year old dad can learn to use?

I moved him away from Windows with the Windows 11 debacle, and he’s liked Linux so far except for this one issue

Thanks all for your help?

***** EDIT *****

Thanks all for your responses, I’ll be trying out StirlingpPDF, PDFSam, OnlyOffice, and re-trying MasterPDF editor over the holidays while I have some 1:1 time with my dad. Tl;Dr: playing family IT and switching your parents to Linux is rough 😂

  • gerdesj@lemmy.ml
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 months ago

    https://github.com/Stirling-Tools/Stirling-PDF

    I put one in at work. It sat idle for a while until a member of my admin staff asked me how to do a job involving pay slips. We discovered the pipeline tool in Stirling. It is now a permanent system with an SLA!

    Each tool has a nice big icon or you can create desktop or browser shortcuts to the ones of interest - ideal for keeping it simple.

  • Blastboom Strice@mander.xyz
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    2 months ago

    I’d suggest Stirling PDF, just get the Stirling-PDF.jar file from the releases. It does really lots of stuff (though I had some issues with creating pdfs with multiple pages per page). It open a port for the service to run locally and once you close it, it also closes the port.

    I also use libre office draw (or firefox printing menu) to create pdfs with multiple pages per page.

    There’s also xournal as some other people have mention that has some editing capabilities.

  • j4k3@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    2 months ago

    https://invent.kde.org/graphics/okular

    I like Okular’s ability to scan and convert tabled data in PDFs too. There is an option to turn off DRM nonsense. That can do page edits and stuff. If you want to create pages with images you need an office suite.

  • Artopal@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 months ago

    As other have said, a combination of Firefox PDF tool, PDF Arranger and Xournal++ is all I’ve ever needed. And Okular is nowadays my viewer of choice, which does a lot on its own, too.

  • JubilantJaguar@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    The options are surprisingly poor.

    Personally, I rolled my own TUI script. It uses pdftk to explode and merge, and gs (Ghostscript) to optimize. To paste PNGs of my signature (absurd, but here we are) I use xournal, which looks a bit rough but gets the job done.

  • urb5tar@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 months ago

    For Editing you can use libre office draw or stirling pdf in a docker container. For Formulars and other stuff sounds can use okular.

  • muhyb@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 months ago

    This one has a perpetual license option, which could be steep for personal use but could be fine for a business. PDFsam Visual is great for what it does. You can also try it for 14 days too and then decide if it’s useful for you or not.

    • tapdattl@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Whoa I had no idea OnlyOffice had a PDF editor, I’ll be checking that out this week, thanks!

  • 8263ksbr@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    I like to add xournal++ for editing PDF without a functional form field. And as other said already: PDF Ranger and Firefox itself

  • logging_strict@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    When Python coders create documentation popular options: Sphinx and mkdocs. pandocs for converting a lone vanilla ReStructuredText file.

    With Sphinx can create user manual and PDF!

    Let me politely add a big warning, there is a learning curve

    Any user level questions regarding Sphinx can send my way

    • tapdattl@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      This would totally work if it was for me, but the constant complaint from my dad is, “This was easier on Windows, why did you switch me to Linux?” So it has to be 70 year old man easy. Thank you, though!

      • logging_strict@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        when faced with people with that position/attitude/minset, i have a phrase for that, grandma gets a smartphone. These people really aren’t made to be using tech.

  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    pdfjam is the only tool i found that resizes images of different sizes to letter size while combining. Though it’s cli only. If your file manager has something similiar to Thunars custom actions, you could create little scripts to split, merge, image-to-pdf and put them in the context menu this way.