Questions tagged [okular]

Okular is the document viewer for KDE SC 4.

Okular is the document viewer for KDE SC 4 (although it does not require the full KDE desktop). It is based on KPDF and it replaced KPDF, KGhostView, KFax, KFaxview and KDVI in KDE 4. Its functionality can be easily embedded in other applications.

23 questions
1
vote
0 answers

Okular openDocumentArchive() can not open pdf files

Problem I'm trying to make a pdf reader with Okular library and Qt4.8. I have a problem with opening pdf and not sure why openDocumentArchive() can not set url passed into and currentDocument() returns KUrl("") (Please see my code): Code #include…
mng97
  • 75
  • 9
0
votes
0 answers

Convert Wordperfect to pdf using okular

Okular --version 22.12.2 correctly displays some very old wordperfect documents, including all the math. But it won't save-as pdf, won't export-as at all, and won't print. Online converters such as https://www.zamzar.com/convert/wpd-to-pdf/ properly…
eigengrau
  • 153
  • 7
0
votes
1 answer

emacs org-mode exports odt file but opens with PDF viewer

For some reason org-mode correctly exports to an ODT file but opens it with the default PDF viewer (okular) instead of libreoffice. I have tried all the solutions mentioned in a similar post without any luck. For reference I am copying below the…
Ajned
  • 523
  • 5
  • 21
0
votes
1 answer

Same executable with different icons

I want to open a pdf-viewer (okular) with different icons from the gnome-console. Basically I want to differentiate between pdfs I am reading. Some would have the default okular icon, but I would like to have a different/special icon for the pdf…
phcerdan
  • 730
  • 7
  • 16
0
votes
1 answer

Macos always change the command "TeX-view-program-list" into ""open %o" in emacs

In custom.el I set as follows. '(TeX-source-correlate-method (quote synctex)) '(TeX-source-correlate-mode t) '(TeX-source-correlate-start-server t) '(TeX-view-program-list (quote (("Okular" "okular --unique %o#src:%n%b")))) …
yuxuan
  • 417
  • 5
  • 16
-1
votes
1 answer

Not able to build Okular from source

I want to change something very simple in okular and may be I can do it myself by changing the source. I have the source code from Github [ https://github.com/KDE/okular ]. It does not have a README and nowhere in the code I found anything about…
harsh atal
  • 411
  • 6
  • 16
-1
votes
1 answer

Is it possible to install simply okular for Windows?

I would like to install okular for windows, but I don't how. Could anybody help me in? Or could anybody recommend an other program which is capable of providing table selection tools? Thank you for your help!
TobiR
  • 207
  • 3
  • 11
-2
votes
1 answer

How to wait for a program termination signal/attempt, and stop it from termination?

I want to write a Bash script which will be "watching" some application. As soon as an attempt is made to close/terminate this application, the script will try to stop that termination operation for a few milliseconds, do some stuff and then…
shivams
  • 923
  • 12
  • 27
1
2