@@ -4,7 +4,7 @@ xhtml2pdf
4
4
5
5
HTML/CSS to PDF converter based on Python
6
6
7
- ABOUT
7
+ About
8
8
=====
9
9
10
10
``xhtml2pdf `` is a html2pdf converter using the ReportLab Toolkit,
@@ -15,16 +15,16 @@ The main benefit of this tool that a user with Web skills like HTML and CSS
15
15
is able to generate PDF templates very quickly without learning new
16
16
technologies.
17
17
18
- REQUIREMENTS
18
+ Requirements
19
19
============
20
20
21
21
#. `Reportlab Toolkit 2.2+ <http://www.reportlab.org/ >`_
22
22
#. `html5lib 0.11.1+ <http://code.google.com/p/html5lib/ >`_
23
23
#. `pyPdf 1.11+ (optional) <http://pybrary.net/pyPdf/ >`_
24
24
25
- All requirements are listed in ``requirements.txt `` file.
25
+ All requirements are listed in ``requirements.txt `` file.
26
26
27
- DEVELOPMENT ENVIRONMENT
27
+ Development environment
28
28
=======================
29
29
30
30
Python, virtualenv and dependencies
@@ -72,13 +72,13 @@ Python, virtualenv and dependencies
72
72
73
73
OK
74
74
75
- PYTHON INTEGRATION
75
+ Python integration
76
76
==================
77
77
78
78
Some simple demos of how to integrate xhtml2pdf into
79
79
a Python program may be found here: test/simple.py
80
80
81
- CONTRIBUTING
81
+ Contributing
82
82
============
83
83
84
84
Development for this software happend on github, and the main fork is
@@ -88,7 +88,7 @@ Contributions are welcome in any format, but using github's pull request
88
88
system is very highly preferred since it makes review and integration
89
89
much easier.
90
90
91
- RUNNING TESTS
91
+ Running tests
92
92
=============
93
93
94
94
Two different test suites are available to assert xhtml2pdf works reliably:
@@ -102,16 +102,16 @@ Two different test suites are available to assert xhtml2pdf works reliably:
102
102
#. Functional tests. Thanks to mawe42's super cool work, a full functional
103
103
test suite lives in testrender/.
104
104
105
- CONTACT
105
+ Contact
106
106
=======
107
107
108
- IRC: #xhtml2pdf on freenode
109
-
110
- Google group: http://groups.google.com/group/xhtml2pdf
108
+ * IRC: #xhtml2pdf on freenode
109
+
110
+ * Google group: http://groups.google.com/group/xhtml2pdf
111
111
112
112
Maintainer: Chris Glass <
[email protected] >
113
113
114
- LICENSE
114
+ License
115
115
=======
116
116
117
117
Copyright 2010 Dirk Holtwick, holtwick.it
0 commit comments