▲ | Imustaskforhelp 4 days ago | ||||||||||||||||||||||||||||||||||
A way to merge multiple pdfs together/some features of sterlingpdf Yes I know I could self host it but I felt really overwhelmed self hosting it. So much so that I created a golang (LLM generated, funny how I am so AI skeptic when I use it, hey I just don't think its worth it economically no matter what) but yeah, its a simple golang code which just takes some pdfs, merges them. The code is shitty but I didn't write it and stores it in the server for some time so you definitely need to make some modifications. https://gist.github.com/SerJaimeLannister/d925689d54fe7ccf79... Please modify it as I (built?) this for my own use case but the main thing I want to take away from this is that pdfcpu for golang might be really nice library for golang for pdf's except the binary is 20MB of size and I would love to see it shrunk down a bit y'know. Anyways, nice project. | |||||||||||||||||||||||||||||||||||
▲ | lorenzohess 4 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
The pdftk program makes it super easy to merge PDFs if CLI meets your use case. | |||||||||||||||||||||||||||||||||||
|