summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-11-28 22:32:19 +0100
committerjvoisin2011-11-28 22:32:19 +0100
commit1738ec001d0d94de914352740dc7f07c6de0eb3b (patch)
treece0221d739d4308a389e2d4718296a72abc5c432
parent3dd85f87c209ffe0d6bb742feff23748c7af6809 (diff)
Update documentation
-rw-r--r--FORMATS10
-rw-r--r--README8
2 files changed, 9 insertions, 9 deletions
diff --git a/FORMATS b/FORMATS
index 4d6688b..6061a79 100644
--- a/FORMATS
+++ b/FORMATS
@@ -39,11 +39,11 @@
39 <extension>.pdf</extension> 39 <extension>.pdf</extension>
40 <support>full</support> 40 <support>full</support>
41 <metadata>a lot</metadata> 41 <metadata>a lot</metadata>
42 <method>rendering of the pdf file on a cairo surface with the help of 42 <method> rendering of the pdf file on a cairo surface with the help of
43 poppler in order to remove all the internal metadata, 43 poppler in order to remove all the internal metadata.
44 then removal of the remaining metadata fields of the pdf itself with 44 For now, cairo create some metadata.
45 pdfrw (the next version of python-cairo will support metadata, 45 They can be remove if you install either exiftool, or python-pdfrw.
46 so we should get rid of pdfrw)</method> 46 The next version of python-cairo will support pdf metadata.
47 </format> 47 </format>
48 48
49 <format> 49 <format>
diff --git a/README b/README
index a06b98e..27c307a 100644
--- a/README
+++ b/README
@@ -68,10 +68,10 @@ SUPPORTED FORMAT:
68 support : full 68 support : full
69 metadata : a lot 69 metadata : a lot
70 method : rendering of the pdf file on a cairo surface with the help of 70 method : rendering of the pdf file on a cairo surface with the help of
71 poppler in order to remove all the internal metadata, 71 poppler in order to remove all the internal metadata.
72 then removal of the remaining metadata fields of the pdf itself with 72 For now, cairo create some metadata.
73 pdfrw (the next version of python-cairo will support metadata, 73 They can be remove if you install either exiftool, or python-pdfrw.
74 so we should get rid of pdfrw) 74 The next version of python-cairo will support pdf metadata.
75 75
76 76
77 Tape ARchive (.tar, .tar.bz2, .tar.gz) 77 Tape ARchive (.tar, .tar.bz2, .tar.gz)