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 d591ce1 commit cc311f8Copy full SHA for cc311f8
config/weasyprint.php
@@ -43,6 +43,7 @@
43
'pdf-variant' => null, // A PDF variant name.
44
'pdf-version' => null, // A PDF version number.
45
'pdf-forms' => null, // (bool) Whether PDF forms have to be included.
46
+ 'pdf-tags' => null,
47
'custom-metadata' => null,
48
'uncompressed-pdf' => null, //Whether PDF content should be compressed.
49
'full-fonts' => null,
@@ -52,10 +53,6 @@
52
53
'optimize-images' => null,
54
'cache-folder' => null,
55
'timeout' => null,
- // Deprecated
56
- 'format' => null,
57
- 'resolution' => null,
58
- 'optimize-size' => null,
59
],
60
'env' => [],
61
0 commit comments