https://bugs.kde.org/show_bug.cgi?id=281813
--- Comment #10 from Jonathan Verner 2011-09-15
09:50:54 ---
(In reply to comment #8)
> Is it a good idea to include a rendered formula? This way, we cannot adjust
> font size and color easily...
As Albert said, it would have the benefit that oth
https://bugs.kde.org/show_bug.cgi?id=281813
--- Comment #11 from Albert Astals Cid 2011-09-15 11:06:51
---
As Albert said, currently poppler (the pdf library used by okular)
doesn't support saving annotations back to the file.
I did not say that at all. I said Okular doesn't do it
https://bugs.kde.org/show_bug.cgi?id=281813
--- Comment #12 from Jonathan Verner 2011-09-15
11:13:53 ---
Sorry, I misinterpreted your comment. But this is good news :-) I will have to
look at poppler again.
(In reply to comment #11)
>
> As Albert said, currently poppler (the pdf libra
https://bugs.kde.org/show_bug.cgi?id=282079
Summary: Okular compiled from sources can't open PDF files
Product: okular
Version: 0.13
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
https://bugs.kde.org/show_bug.cgi?id=136574
--- Comment #23 from Oliver Sander 2011-09-15
12:19:55 ---
I could test this feature now if needed. How can I get hold of your okular
patch?
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=282079
--- Comment #1 from Carlos Alvarado Martínez
2011-09-15 12:49:52 ---
CMakeLists.txt of the sources of Okular have this:
if(POPPLER_FOUND AND HAVE_POPPLER_0_8)
add_subdirectory(poppler)
endif(POPPLER_FOUND AND HAVE_POPPLER_0_8)
if I erase "AND
https://bugs.kde.org/show_bug.cgi?id=282079
Albert Astals Cid changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
https://bugs.kde.org/show_bug.cgi?id=282079
--- Comment #3 from Carlos Alvarado Martínez
2011-09-16 02:25:00 ---
(In reply to comment #2)
> Okular works perfectly with Poppler 0.16.7 since it is the one i use. I would
> recommend cleaning the Okular build dir, but you say you already did so