wok annotate mupdf/description.txt @ rev 22023
Remove cat process
| author | Pascal Bellard <pascal.bellard@slitaz.org> |
|---|---|
| date | Sun Oct 20 12:39:13 2019 +0200 (2019-10-20) |
| parents | |
| children |
| rev | line source |
|---|---|
| al@14429 | 1 The renderer in MuPDF is tailored for high quality anti-aliased graphics. |
| al@14429 | 2 It renders text with metrics and spacing accurate to within fractions of a pixel |
| al@14429 | 3 for the highest fidelity in reproducing the look of a printed page on screen. |
| al@14429 | 4 |
| al@14429 | 5 MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with |
| al@14429 | 6 transparency, encryption, hyperlinks, annotations, searching and more. It also |
| al@14429 | 7 reads XPS and OpenXPS documents. MuPDF is written modularly, so features can be |
| al@14429 | 8 added on by integrators if they so desire. |
| al@14429 | 9 |
| al@14429 | 10 Since the 1.2 release of MuPDF, we optionally support interactive features |
| al@14429 | 11 such as form form filling, javascript and transitions. |