Skip to content

Commit cc311f8

Browse files
authored
Add 'pdf-tags' to WeasyPrint config
Added 'pdf-tags' configuration option.
1 parent d591ce1 commit cc311f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/weasyprint.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'pdf-variant' => null, // A PDF variant name.
4444
'pdf-version' => null, // A PDF version number.
4545
'pdf-forms' => null, // (bool) Whether PDF forms have to be included.
46+
'pdf-tags' => null,
4647
'custom-metadata' => null,
4748
'uncompressed-pdf' => null, //Whether PDF content should be compressed.
4849
'full-fonts' => null,
@@ -52,10 +53,6 @@
5253
'optimize-images' => null,
5354
'cache-folder' => null,
5455
'timeout' => null,
55-
// Deprecated
56-
'format' => null,
57-
'resolution' => null,
58-
'optimize-size' => null,
5956
],
6057
'env' => [],
6158
],

0 commit comments

Comments
 (0)