pdf-diff
pdf-diff copied to clipboard
Create web UI
As a command line tool, pdf-diff is the perfect choice for nerdy people. I was wondering if there was any alternative way to show the potentialities of pdf-diff to newbie too. It came up in my mind a sort of local server that someone can execute and using that they can compare pdf files.
One way is use gioui to make the web client using golang. I was thinking about doing this.
https://github.com/gioui
Because at the moment we rely on poppler, it will need to be client server. If we had pure golang, you could compile with GIOUI to wasm and it would be fully client side wasm
https://github.com/serhack/pdf-diff/pull/7 looks like a good start !! thanks