summaryrefslogtreecommitdiffstats
path: root/filters/kword/pdf/status.html
blob: 946c3df4f65b3c00d39d9b7add7b7e7d552f343f (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>KOffice filters status: PDF Filter</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#000099" vlink="#666666" alink="#666666">
<A NAME="START">&nbsp;</A>

<BR>
<center>
 <h1>
  KOffice filters status: <i>PDF Filter</i>
 </h1>
</center>

<hr NOSHADE SIZE=2 WIDTH="70%">

<font size="-1"><b>
 <A HREF="#import">Import</A> <!-- | <A HREF="#export">Export</A> -->
</b></font>

<BR><BR><BR>
<center><a NAME="import"></a></center>

<A HREF="#START"><font size="-1"><b>Up</b></font></A>
<center>
<table BORDER=0 CELLSPACING=0 BGCOLOR="#000000" WIDTH="100%">
 <tr>
  <td>
   <table BORDER=0 CELLPADDING=2 BGCOLOR="#FFFFFF"  WIDTH="100%">

    <tr BGCOLOR="#DDFFDD">
     <td COLSPAN="2">
      <center><b><i><font size="+1">
       <BR>
        Import PDF for kword<BR>
       <BR>
      </font></i></b></center>
     </td>
    </tr>

    <tr BGCOLOR="#EEEEFF">
     <td VALIGN=TOP WIDTH="1%" NOWRAP><b><font size="+1">Last update</font></b></td>
     <td>25 December 2002</td>
    </tr>

    <tr BGCOLOR="#CCCCFF">
     <td VALIGN=TOP><b><font size="+1">Features</font></b></td>
     <td><ul>
     <li>import text with formatting.
     <li>import links.
     <li>import images (image masks cannot be handled correctly thought).
     </ul></td>
    </tr>

    <tr BGCOLOR="#EEEEFF">
     <td VALIGN=TOP><b><font size="+1">Todo</font></b></td>
     <td><ul>
     <li>import links : correctly add page bookmarks.
     <li>import drawings (with karbon ?).
     <li>better handling of text columns.
     <li>better formatting (vertical offset smaller than in the PDF).
     </ul></td>
    </tr>

    <tr BGCOLOR="#CCCCFF">
     <td VALIGN=TOP><b><font size="+1">History</font></b></td>
     <td>
     November 2002 : first code in CVS (kdenonbeta)
     </td>
    </tr>

    <tr BGCOLOR="#EEEEFF">
     <td VALIGN=TOP><b><font size="+1">Author</font></b></td>
     <td>
      Nicolas Hadacek <a href="mailto:hadacek@kde.org">&lt;hadacek@kde.org&gt;</a>
     </td>
    </tr>

    <tr BGCOLOR="#CCCCFF">
     <td VALIGN=TOP><b><font size="+1">Links</font></b></td>
     <td>
     This importer uses code from <a href=" http://www.foolabs.com/xpdf/">Xpdf</a>.<br />
     Looking at the code of <a href="http://sourceforge.net/projects/pdftohtml">pdftohtml</a> has also been very helpful!
     </td>
    </tr>

    <tr BGCOLOR="#EEEEFF">
     <td VALIGN=TOP><b><font size="+1">Progress report </font></b></td>
     <td>--</td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</center>
<A HREF="#START"><font size="-1"><b>Up</b></font></A>

</body>
</html>