We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e62dc commit 3f72c3bCopy full SHA for 3f72c3b
README.rst
@@ -109,16 +109,12 @@ You can specify external CSS files when converting files or strings using *css*
109
.. code-block:: python
110
111
# Single CSS file
112
- css = 'example.css'
113
-
114
- pdfkit.from_file('file.html', options=options, css=css)
115
+ css = 'example.css'
+ pdfkit.from_file('file.html', options=options, css=css)
116
117
# Multiple CSS files
118
119
css = ['example.css', 'example2.css']
120
121
122
123
You can also pass any options through meta tags in your HTML:
124
0 commit comments