locally hosted web application that allows you to perform various operations on PDF files
Go to file
2023-10-18 23:56:56 +02:00
api pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
functions pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
public pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
.gitignore wasm/pdfcpu, pdfnup 2023-10-18 01:20:31 +02:00
CONTRIBUTE.md pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
index.js pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
package-lock.json MVP - Scale Pages, Scale Content 2023-10-16 23:11:33 +02:00
package.json pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00
README.md pdfcpu & wasm update, server side functions init, README.md, CONTRIBUTE.md 2023-10-18 23:56:56 +02:00

StirlingPDF rewrite

This is the development repository for the new StirlingPDF backend. With the power of JS, WASM & GO this will provide almost all functionality SPDF can do currently directly on the client. For automation purposes this will still provide an API to automate your workflows.

New/Planned Features

  • Propper auth using passportjs
  • Workflows & Node based editing of them.
  • Client side PDF-Manipulation
  • Stateful UI

Contribute

For initial instructions look at CONTRIBUTE.md