1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
Commit Graph

282 Commits

Author SHA1 Message Date
Guillaume Ayoub
9d29716b91 Merge remote-tracking branch 'origin/master' into pydyf 2020-07-31 14:46:36 +02:00
Guillaume Ayoub
c0dd955c9e Merge branch 'master' of github.com:Kozea/WeasyPrint 2020-06-22 16:06:54 +02:00
Guillaume Ayoub
c56b96b3c1 Add an option to optimize embedded images size 2020-06-22 16:05:14 +02:00
nempoBu4
b14c96fe7d
Fixed error in url fetcher code sample 2020-05-26 18:51:28 +06:00
Guillaume Ayoub
bf2b21b6e0 First steps to replace cairo with pydyf 2020-04-18 00:19:35 +02:00
Guillaume Ayoub
87b24f2859
Merge pull request #1061 from mPyth/patch-1
Update instructions for install on Windows
2020-04-02 10:12:20 +02:00
Nikolaus Schlemm
6150e4c559
updated link for css at-rules 2020-02-21 00:00:33 +01:00
Guillaume Ayoub
9f6edeed1b Fix Fedora’s packaage link 2020-02-16 17:06:02 +01:00
Guillaume Ayoub
11a85ab6f3 Remove warning about WOFF2 fonts.
WOFF2 fonts are supported in FreeType 2.10.1+.
2020-02-16 12:01:27 +01:00
mPyth
653bfba730
Update instructions for install on Windows
In a try to run command "python -m weasyprint http://weasyprint.org weasyprint.pdf" I have encountered on problem "Entry Point Not Found" with following text: "The procedure entry point inflateValidate could not be located in the dynamic link library C:\Program Files\GTK3-Runtime Win64\bin\libpng16-16.dll".
After 90-120 mins I found the problem - there were two "zlib1.dll" files - the second came from PostgreSQL (v10) and because it was first in the PATH it was called instead of GTK's version.
With this small change someone else could save the time and potential new tickets are prevented.
2020-02-14 11:43:05 +01:00
Guillaume Ayoub
3835fff7d3 Small documentation fixes 2020-02-10 23:50:33 +01:00
Guillaume Ayoub
941bf4070f
Merge pull request #1024 from endalk200/patch-1
Improved installation doc.
2020-02-10 23:46:24 +01:00
Guillaume Ayoub
25a0ebdd36 Merge branch 'master' into clean 2020-01-29 23:21:00 +01:00
Nicolas Hart
854c37f8bb add link to w3c flexbox specs 2020-01-15 17:06:43 +01:00
Endalkachew
693a2893fd
Improved installation doc.
I  have changed some terms that makes the description in the documentation vague. and fix some typo errors to make the documentation
easy to understand for all language backgrounds.
2020-01-10 23:13:42 -08:00
Guillaume Ayoub
b40ad461be Remove repeated copyright assignments in files
Everything is replaced by a more explicit message in the COPYRIGHT file.

Inspired by rust-lang/rust#43498 and rust-lang/rust#57108.
2020-01-02 14:10:09 +01:00
Guillaume Ayoub
0f782151d5 Small fix in doc about document generation steps 2020-01-01 21:56:46 +01:00
Guillaume Ayoub
7aee426cf0
Merge pull request #1017 from Kozea/counter-style
Implement @counter-style
2019-12-31 11:26:16 +01:00
Guillaume Ayoub
2dff884ef1 Minor fixes for documentation theme 2019-12-28 14:55:34 +01:00
Guillaume Ayoub
29e026d289 Update documentation style 2019-12-28 14:38:10 +01:00
Guillaume Ayoub
bb4b2d45e6 Update documentation for counters 2019-12-27 15:26:15 +01:00
Guillaume Ayoub
c0993d5308 Document the missing support of "start" for "element()" 2019-12-23 17:07:05 +01:00
Felix Schwarz
409a07a7fb require Pyphen >= 0.9.1
With older versions tests I get 19 test failures in test_text.py. I am not
sure if this is peculiarity of the test suite but 0.9.1 was released
almost 6 years ago (December 2013) so requiring it should be fine.
2019-11-07 23:09:02 +01:00
Guillaume Ayoub
b11a20b073 Add running elements in documentation 2019-09-27 11:14:48 +02:00
Guillaume Ayoub
fd70058c93
Merge pull request #882 from hbrunn/master-running
[ADD] position: running(); content: element();
2019-09-27 11:01:16 +02:00
Guillaume Ayoub
495f7621d0 Update required version of Debian / Ubuntu in documentation
Related to #951.
2019-09-26 16:15:20 +02:00
Holger Brunn
645b946c06
fixup! [ADD] position: running(); content: element(); 2019-09-23 10:57:13 +02:00
Guillaume Ayoub
08bd51abaf Add CSS sample for forms
Related to #328.
2019-09-05 14:46:48 +02:00
Tontyna
3a0d375ede typo in features.rst 2019-08-14 22:00:28 +02:00
Tontyna
4b614761dc minor typos in install.rst 2019-08-14 21:55:06 +02:00
Guillaume Ayoub
63fe3122f7 Add documentation about semantic versioning
Fix #900.
2019-07-26 11:46:57 +02:00
Guillaume Ayoub
f000160423 Add code snippet to set PDF magnification
Fix #692.
2019-07-25 11:25:40 +02:00
Thomas Dexter
8ec68be33d Add .NET wrapper repo link to docs 2019-07-12 12:17:50 -07:00
Guillaume Ayoub
f5d4ee2824
Merge pull request #891 from Kozea/text-overflow
Support text-overflow
2019-07-08 13:27:13 +02:00
Guillaume Ayoub
a0d912e0c6 Update documentation about text-overflow 2019-07-04 14:28:57 +02:00
Guillaume Ayoub
a2ec8567a1 Merge branch 'master' into column-span 2019-06-28 15:04:28 +02:00
Guillaume Ayoub
3befe98213
Merge pull request #854 from nathandem/feat/ndm/show-header-footer-integration
Show how to include any header/footer on a PDF
2019-06-22 21:52:45 +02:00
grewn0uille
497a0b54dd Add partial support for column-span property.
Related to #719.
2019-06-04 18:03:32 +02:00
theopeek
e144711595
Update install.rst
Improvements to macOS install guide
Fix for issue `#849 <https://github.com/Kozea/WeasyPrint/issues/849>`
2019-06-03 21:57:15 +02:00
Guillaume Ayoub
6cb24dbdff Update documentation about object-position and object-fit 2019-06-02 18:34:01 +02:00
Guillaume Ayoub
2ce03092f1 Small code and style improvements around bookmark-state
Related to #870.
2019-05-23 23:55:56 +02:00
Guillaume Ayoub
e881b66859
Merge pull request #870 from randomstuff/bookmark-state
Implement bookmark-state support
2019-05-23 23:15:37 +02:00
Guillaume Ayoub
426cb7e37d Force CairoSVG 2.4.0+
2.2.0 is actually needed, but tests are fixed with 2.4.0.
2019-05-20 13:47:14 +02:00
Guillaume Ayoub
37e788e8c3 Force SVG size
Related to #867.
2019-05-20 12:31:30 +02:00
Gabriel Corona
34127350b6 Implement bookmark-state support 2019-05-19 19:31:32 +02:00
Guillaume Ayoub
5ddbea6e14 Add documentation about flexbox 2019-05-14 23:50:53 +02:00
Guillaume Ayoub
b88cf3654b Add documentation for text decoration 2019-05-14 23:45:53 +02:00
Nathan
d05fba86ec Show how to include any header/footer on a PDF
By doing so, create a new section in the doc called
"Tips and tricks".

Relates #92
2019-04-20 22:57:35 +02:00
Guillaume Ayoub
9b05297116 Add supported cascading variables in documentation 2019-04-12 16:22:31 +02:00
Guillaume Ayoub
5ceddcb2ca
Merge pull request #843 from Kozea/variables
Add CSS variables
2019-04-10 13:46:28 +02:00