Announcement

Collapse
No announcement yet.

magnifier in Okular

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] magnifier in Okular

    Okular has a "magnifier" (activated by ctrl+6) that lets one click on an area of the pdf and have a magnified view displayed. It's very useful--However, it uses 10x magnification, which I find to be rather extreme. How can I change the magnification level? Is it possible to do so?

    I made a thread about this over a year ago, but it didn't draw any attention. I'm still curious about the issue, though.
    I run Kubuntu 18.04 LTS.

    #2
    Can't you just use CTL+ and CTL-?
    If you think Education is expensive, try ignorance.

    The difference between genius and stupidity is genius has limits.

    Comment


      #3
      https://cgit.kde.org/okular.git/tree...ications/17.04

      Code:
      static const int SCALE = 10;
      So look to be a compiled in constant that is not changeable on the user end?

      Maybe suggest to KDE devs to make it something you can change, within sane limits?
      On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

      Comment


        #4
        @ acheron
        Thanks for digging up that line from the Okular code.

        How would I reach out to KDE devs for that--the KDE forum? IRC?

        Or when I'm feeling more adventurous, I should probably try compiling Okular myself after changing that const. ;-)

        I happen to like the magnification level of the magnifier on TexStudio's built-in pdf viewer, and a couple times I've opened pdf's in TexStudio in order to use the magnifier there.
        I run Kubuntu 18.04 LTS.

        Comment


          #5
          Originally posted by rybnik View Post

          How would I reach out to KDE devs for that--the KDE forum? IRC?
          KDE Forums: https://forum.kde.org > Graphics & Multimedia: https://forum.kde.org/viewforum.php?f=19 > Okular: https://forum.kde.org/viewforum.php?f=251
          Please use bugs.kde.org for bug reports or feature requests. Development related questions should be directed to the okular-devel mailing list.
          - Okular-devel -- Okular development: https://mail.kde.org/mailman/listinfo/okular-devel
          - KDE Bugs & Product=Okular: https://bugs.kde.org/buglist.cgi?bug...ormat=specific



          -> TSDgeos' blog: http://tsdgeos.blogspot.fi/
          Last edited by Rog131; Jul 04, 2017, 02:35 AM.
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Thank you so much, Rog131. With your direction, I just submitted a feature request on the KDE bugs site, which also mailed the okular-devel listserv.
            I run Kubuntu 18.04 LTS.

            Comment

            Working...
            X