diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-03-17 11:15:40 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-03-28 09:39:04 +0000 |
commit | d57ca2a22579df4c634d554989c0ee9e4ebb5165 (patch) | |
tree | e1d11c626cedf57373be95b6b1ec6ce4dc22ea30 /spec/fixtures/files/empty.rtf | |
parent | 0adf9399cbef42054809479c8f1b64dad7bbf8ca (diff) |
Add AttachmentToHTML library
Extracts the attachment processing from FoiAttachment#body_to_html
AttachmentToHTML contains adapters which convert
- text/plain
- application/pdf
- application/rtf
Results are returned as an AttachmentHTML::HTML instance which contains
the raw HTML and other metadata about the conversion.
Diffstat (limited to 'spec/fixtures/files/empty.rtf')
-rw-r--r-- | spec/fixtures/files/empty.rtf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/fixtures/files/empty.rtf b/spec/fixtures/files/empty.rtf new file mode 100644 index 000000000..82dd2964a --- /dev/null +++ b/spec/fixtures/files/empty.rtf @@ -0,0 +1,5 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0 +}
\ No newline at end of file |