Skip to content

glitchful-dev/pdf-utils

Repository files navigation

pdf-utils

Browser-only PDF utilities, deployed at https://pdf-utils.glitchful.dev.

All processing happens in the browser via pdf-lib — files are never uploaded anywhere.

Tools

  • Merge PDFs — pick multiple PDFs, reorder them, and download a single combined file.

Development

npm install
npm run dev

Build

npm run build
npm run preview

Deployment

Pushes to main are built and deployed to GitHub Pages by .github/workflows/deploy.yml.

To finish wiring up the custom domain:

  1. In the repo: Settings → Pages → Source = GitHub Actions.
  2. Confirm Settings → Pages → Custom domain is set to pdf-utils.glitchful.dev (the public/CNAME file ships this with each build).
  3. DNS: CNAME pdf-utils → glitchful-dev.github.io.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors