Converting Word documents to PDFs on the server is the classic approach: upload the file, run LibreOffice or a cloud API, send the result back. But that means your users’ resumes, contracts, and reports touch your infrastructure.
I wanted something ...
In the last posthttps://dev.to/sunshey/how-to-merge-pdf-files-in-the-browser-no-server-required-3kjp, I covered merging PDFs in the browser using pdf-lib. Today we're doing the opposite: splitting them.
Splitting is surprisingly common:
A 200-page ...