Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
1–10 of 38 posts
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#2A browser plugin that I use for Safari/Chrome/Firefox/Edge does this too (https://darkreader.org).
> Configure the dark theme: brightness, contrast and sepia. Enable for all websites or particular domains.
Works for PDFs too.
No affiliation.
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#3Not sure why this needs a dedicated application, you can do this in Chrome or FF with a single line of JS:
javascript:(function(){viewer.style = 'filter: grayscale(1) invert(1) sepia(1) contrast(75%)';})()Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#4You can do this on-the-fly with Zathura... in Linux
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#5Not sure why this needs a dedicated application, you can do this in Chrome or FF with a single line of JS: javascript:(function(){viewer.style = 'filter: grayscale(1) invert(1) sepia(1) contrast(75%)';})()
Didn't work for me. I'm using Brave.
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#6Very cool. I've been searching for a PDF viewer which can do this under macos, but just converting is fine too.
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#7https://github.com/rootVIII/pdfinverter/blob/master/utils.go...
using go to wrap a python script - this is some "hacker man" stuff right here
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#8You can do this on-the-fly with Zathura... in Linux
Zathura also exists on macOS..
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#9https://github.com/rootVIII/pdfinverter/blob/master/utils.go... using go to wrap a python script - this is some "hacker man" stuff right here
But using boring Python only, you are unable to add fancy Go mention to the submission's title!
Re: Show HN: PDF Inverter for macOS (In Golang) Darken Your PDFs
#10So PDF viewers apps on MacOS do not support color changing by way of accessibility options?