Changing the text and background color of a PDF file

前端 未结 4 1713
旧巷少年郎
旧巷少年郎 2021-02-06 05:26

I\'d like to change the background color and text color programmatically in PDF documents so that they\'re nicer to read at night (kinda like in Adobe Reader: Edit -> Prefer

4条回答
  •  借酒劲吻你
    2021-02-06 05:46

    1. Install nodejs.
    2. npm i -g serve
    3. In directory with pdfs run: serve
    4. Open http://localhost:5000 in Chrome and click on some file.
    5. Install Chrome extension Dark Reader
    6. Dark Reader > Toggle localhost:5000

提交回复
热议问题