Sumatrapdf: Easier way to Invert color

Created on 27 Nov 2016  路  5Comments  路  Source: sumatrapdfreader/sumatrapdf

I would a button or option to invert pdf colors.

Most helpful comment

My setup is all black boarders and black start-up screen and total black in full-screen with white text.

Setting/Advanced Options, add line GradientColors to FixedPageUI then choose your hex color. Here is mine setup for all black and white.

MainWindowBackground = #000000
EscToExit = false
ReuseInstance = false
UseSysColors = false
RestoreSession = true

FixedPageUI [
    TextColor = #ffffff
    BackgroundColor = #000000
    SelectionColor = #f5fc0c
    WindowMargin = 2 4 2 4
    PageSpacing = 4 4
    GradientColors = #000000
]

https://i.stack.imgur.com/vMHOQ.png

All 5 comments

I love how bitmap colors are inverted but, when viewing a person's face,
I want to see it normally ( sans inversion ).
I'd like to hit an icon|key to toggle the inversion.

Closing as duplicate of #275

In browser is possible to invert text only with css.
Do it is possible in pdf?

No, PDF doesn't work that way.

My setup is all black boarders and black start-up screen and total black in full-screen with white text.

Setting/Advanced Options, add line GradientColors to FixedPageUI then choose your hex color. Here is mine setup for all black and white.

MainWindowBackground = #000000
EscToExit = false
ReuseInstance = false
UseSysColors = false
RestoreSession = true

FixedPageUI [
    TextColor = #ffffff
    BackgroundColor = #000000
    SelectionColor = #f5fc0c
    WindowMargin = 2 4 2 4
    PageSpacing = 4 4
    GradientColors = #000000
]

https://i.stack.imgur.com/vMHOQ.png

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Gugus99 picture Gugus99  路  3Comments

lanhktc picture lanhktc  路  3Comments

Hassenky picture Hassenky  路  8Comments

Aliaksandr3by picture Aliaksandr3by  路  4Comments

kyle-goodwin picture kyle-goodwin  路  7Comments