summaryrefslogtreecommitdiffstats
path: root/filters/kword/pdf/TODO
blob: 0171ff4e7a975ab989a1d00b97382a5501705d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Small things:
- find code for the missing ligatures.
- check for underscores '_' drawn as a stroke by latex.
- correctly detect and layout list bullets.
- correctly layout superscript characters.
- complete "latexsymbol" conversion table (?)
- complete accent+letter conversion table and detect above/below accents.
- check '...' symbol and replace it with dots
  (but no '...' symbol generated by latex)
- treat lots of "......" as tab with dots filling
- detect horizontal lines

Bigger things:
- fix height offsets (difficult to do for KOffice 1.2 : I need to
  tell kword the height of a paragraph but there is something wrong anyway).
- compute columns of text.
- correctly detect and layout superscript.
- correctly detect and layout underline and strokeline.
- reduce memory usage (but more computing) by only keeping the relevant data
  from first pass and discarding the page as soon as dumped on second pass.

Hard things:
- detect footnotes.
- detect chapter title/numbering.