Added a wish by Pino Toscano and many other for sure: bookmarks.

svn path=/branches/kpdf_experiments/kdegraphics/kpdf/; revision=370140
This commit is contained in:
Enrico Ros 2004-12-12 17:10:59 +00:00
parent 001c5b03d4
commit f7406846d0
2 changed files with 11 additions and 0 deletions

View file

@ -45,6 +45,9 @@ More items (first items will enter 'In progress list' first):
-> ADD: click over image allows "save image" [60% done]
-> screen editing (annotations): framework (BR67300,BR62793)
-> screen editing (annotations): tools (BR67300)
-> ADD: bookmark support, with clip overlays or something.. and the bookmark
widget. or maybe they should modify the thumbnail. note: bookmark property
is already in place. Saving bookmars for a document will be cool too.
-> session support: restoring page location (BR82589)
-> export all text in plain_text/html
-> extract(export?) images (have a look at ImageOutputDev.cc and pdfimages.cc from xpdf (not in our xpdf sources))

View file

@ -133,6 +133,14 @@ struct DocumentInfo
optimization;
};
/**
* @short Viewport.
*/
struct DocumentViewport
{
int lastPage;
};
/**
* @short A Dom tree that describes the Table of Contents.
*