summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2015-05-21 14:51:32 -0600
committerDan Allen <dan.j.allen@gmail.com>2015-05-22 00:40:32 -0600
commit0310c3e79c1cd7064c4a629a7d4f3ba82e1920d1 (patch)
tree5dc0fc1d151ef049d5f1d3289b90e885245d088b /examples
parentf0c76244f905e0494f594c61b2ee0d3dc84adc33 (diff)
resolves #136 unencode character entities in document title
- unencode char entities in document title in PDF info, outline & pdfmarks - encode PDF info as hex if content cannot be converted to ASCII-8BIT - promote regexps used in sanitize method as constants - mixin helper methods for creating PDF objects and values from module - mixin helper method and regexp for sanitizing strings - update example to include entity and UTF-8 in PDF info - minor code cleanups
Diffstat (limited to 'examples')
-rw-r--r--examples/chronicles.adoc4
-rw-r--r--examples/chronicles.pdfbin191355 -> 193662 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/chronicles.adoc b/examples/chronicles.adoc
index d2cc82cb..b417a388 100644
--- a/examples/chronicles.adoc
+++ b/examples/chronicles.adoc
@@ -1,5 +1,5 @@
-= The Dangerous and Thrilling Documentation Chronicles
-Kismet Chameleon; Lazarus het_Draeke
+= The Dangerous & _Thrilling_ Documentation Chronicles
+Kismet Caméléon; Lazarus het_Draeke
v1.0, 2014-01-01: The first incarnation of {doctitle}
:description: This story chronicles the inexplicable hazards and vicious beasts a +
team must surmount and vanquish on the journey to finding their open source +
diff --git a/examples/chronicles.pdf b/examples/chronicles.pdf
index d523e739..7564442e 100644
--- a/examples/chronicles.pdf
+++ b/examples/chronicles.pdf
Binary files differ