Rendered at 19:34:48 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
natloz 1 days ago [-]
Interesting approach. I think even if you assure that it is not in the cloud, most people will associate uploading something to the web-browser as being in the cloud, may be a tough hurdle. Cool idea however, nice work!
rabbithols 24 hours ago [-]
Yes, sadly but true.
axeldunkel 1 days ago [-]
Amazing, looks too good to be true :-) But no ToS, Imprint, whether it is commercial or open source?
nawi 1 days ago [-]
i am sorry to ask, but the service looks like a cloud base solution, so if i will drop the pdf to test box, will you store it? or remove the ref?
yashwi_ 1 days ago [-]
If this is implemented fully in the browser, the file wouldn’t actually be uploaded anywhere. Modern browsers can read local files via the File API and process them with JS/WebAssembly.
One way to verify is to open the Network tab in DevTools and see if any requests are made when editing the PDF.
rabbithols 24 hours ago [-]
I totally understand the concern.
That’s exactly why I suggest installing it as a PWA and then disabling network access on the PWA. In my opinion, that’s actually the best way to use it.
One way to verify is to open the Network tab in DevTools and see if any requests are made when editing the PDF.
That’s exactly why I suggest installing it as a PWA and then disabling network access on the PWA. In my opinion, that’s actually the best way to use it.