https://bugs.kde.org/show_bug.cgi?id=361487

--- Comment #3 from Albert Astals Cid <aa...@kde.org> ---
> > i.e. if you call okular from the command line it will work, no?
> It is the same behavior (okular creates local copy of pdf file).
You need a local copy, if you don't have a local copy it means you either have
to
A) have the file in memory forever, which is bad if the file is big.
B) access the remote server every time you need to read the file, e.g.
rendering a new page, which is bad because you create extra traffic and is
dependent on the remote server disappearing.

So a local copy is the best thing to do, no?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to