Earlier quoted context omitted.
There's a lack of good PDF editing in general. Adobes OCR can't handle a simple black-white tax document. To say nothing of OCRing scans. God help you if one text field wasn't recognized, because you sure as hell can't add the missing field. And handy functions like "combine two PDF pages into one" (for example, combining front and back scan of something) are always easier to do by Googling than by using any software…
Preview.app is surprisingly good at a lot of this. Someone should clone it for Linux/Windows.
PDF Tool – Modify PDFs in the browser without uploading
91–100 of 198 posts
Re: PDF Tool – Modify PDFs in the browser without uploading
#92Still not trustworthy. Works as advertised. Gains trust Changes app Steals data And I doubt that everybody always disables the internet connection while they use the app.
Re: PDF Tool – Modify PDFs in the browser without uploading
#93Earlier quoted context omitted.
Does this absolutely prevent a page from saving information, eg local stiarge, and later transmitting it when you either visit the site or a Web page where it is iframed?
For that you may use containers, private mode, the menu to delete site data, and auto-delete.
1. starts by suggesting devTools, which is simple, elegant, and wrong.
2. improves by suggesting the "Work Offline" menu option of the File menu, which is hidden by default on both Windows and Linux, and also wrong.
3. improves to a state of minimal functionality with implicitly ordered steps to use Private Browsing, Offline Mode, and confidential file "upload." And, I guess, always remembering to close all private browsing windows upon completion?
I'll rankly speculate f this ever caught on, 25% of users will forget to check offline mode until after they have finished editing their confidential document, 40% will leave a stray Private Browsing window open at all times, 10% will accidentally continue doing all their browsing in the same Private Browsing window, and 1% will somehow paste their private GPG keys in the query string of the URL.
Re: PDF Tool – Modify PDFs in the browser without uploading
#94Still not trustworthy. Works as advertised. Gains trust Changes app Steals data And I doubt that everybody always disables the internet connection while they use the app.
Re: PDF Tool – Modify PDFs in the browser without uploading
#95Still not trustworthy. Works as advertised. Gains trust Changes app Steals data And I doubt that everybody always disables the internet connection while they use the app.
Re: PDF Tool – Modify PDFs in the browser without uploading
#96Re: PDF Tool – Modify PDFs in the browser without uploading
#97Earlier quoted context omitted.
i just created an account for you :-) save it as an PWA to your machine, if you have no internet it will cache the last version - so you will be able to go fully offline and not even need to fetch the dns queries
Thanks I am not sure I understand this though: > i just created an account for you :-)
Re: PDF Tool – Modify PDFs in the browser without uploading
#98I prefer https://humantools.io/
Re: PDF Tool – Modify PDFs in the browser without uploading
#99"uses WebAssembly" - forgive me but what? How do I know my PDF isn't going to Russia? or China? I mean, I could wireshark it but I'd like to know more about what's in the webassembly. PDF's are sensitive to some organizations. As already stated, some orgs even block online pdf tools for obvious reasons. I'm interested in this but I would be even more so if there was source so I can audit. Since it's running locally i…
Open website > disable internet/wifi > perform your task and close tab
Re: PDF Tool – Modify PDFs in the browser without uploading
#100Earlier quoted context omitted.
You can quickly go offline via dev tools. In Chrome, it's very simple[0]. [0] https://developer.chrome.com/docs/devtools/network/reference...
Workaround: 1. Install ServiceWorker. 2. Save data to LocalStorage/IndexedDB/ServiceWorker Cache/ServiceWorker Memory. 3. Wait for devtools to be closed, enabling internet access, send data from ServiceWorker.
Work around that.