We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de9305b + 704087d commit 2627c7cCopy full SHA for 2627c7c
1 file changed
README.rst
@@ -84,9 +84,9 @@ You can specify all wkhtmltopdf `options <http://wkhtmltopdf.org/usage/wkhtmltop
84
'margin-bottom': '0.75in',
85
'margin-left': '0.75in',
86
'encoding': "UTF-8",
87
- 'custom-header' : [
+ 'custom-header': [
88
('Accept-Encoding', 'gzip')
89
- ]
+ ],
90
'cookie': [
91
('cookie-name1', 'cookie-value1'),
92
('cookie-name2', 'cookie-value2'),
0 commit comments