diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.12.4/utils/pdf2xml.dtd')
-rw-r--r-- | Build/source/libs/poppler/poppler-0.12.4/utils/pdf2xml.dtd | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Build/source/libs/poppler/poppler-0.12.4/utils/pdf2xml.dtd b/Build/source/libs/poppler/poppler-0.12.4/utils/pdf2xml.dtd deleted file mode 100644 index 1afa4fe9aa0..00000000000 --- a/Build/source/libs/poppler/poppler-0.12.4/utils/pdf2xml.dtd +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0"?> -<!ELEMENT pdf2xml (page+)> -<!ELEMENT page (fontspec*, text*)> -<!ATTLIST page - number CDATA #REQUIRED - position CDATA #REQUIRED - top CDATA #REQUIRED - left CDATA #REQUIRED - height CDATA #REQUIRED - width CDATA #REQUIRED -> -<!ELEMENT fontspec EMPTY> -<!ATTLIST fontspec - id CDATA #REQUIRED - size CDATA #REQUIRED - family CDATA #REQUIRED - color CDATA #REQUIRED -> -<!ELEMENT text (#PCDATA | b | i)*> -<!ATTLIST text - top CDATA #REQUIRED - left CDATA #REQUIRED - width CDATA #REQUIRED - height CDATA #REQUIRED - font CDATA #REQUIRED -> -<!ELEMENT b (#PCDATA)> -<!ELEMENT i (#PCDATA)> |