pdf-diff icon indicating copy to clipboard operation
pdf-diff copied to clipboard

Create web UI

Open serhack opened this issue 3 years ago • 2 comments

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.

serhack avatar Aug 07 '22 10:08 serhack

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

gedw99 avatar Aug 26 '22 14:08 gedw99

https://github.com/serhack/pdf-diff/pull/7 looks like a good start !! thanks

gedw99 avatar Aug 26 '22 14:08 gedw99