Commit 85c1579f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added support for PDF Encoding.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17612 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96e20564
......@@ -15,6 +15,11 @@
<td><input name="pdf_stylesheet" value="default_pdf_template" type="text" size="20"
tal:attributes="value request/pdf_stylesheet | here/pdf_stylesheet | nothing"/></td>
</tr>
<tr>
<td class="form-label">PDF Encoding</td>
<td><input name="pdf_encoding" value="iso-8859-1" type="text" size="20"
tal:attributes="value request/pdf_encoding | here/pdf_encoding | nothing"/></td>
</tr>
<tr>
<td align="left" valign="top">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment