Commit 3ab6a5f
committed
Fix dw2pdf multipage struct output
When the dw2pdf plugin is used to export multiple pages in a
single document, all the pages are rendered in the same context
of a single page. In order to include struct data in the PDF,
let's skip the id related checks and allow multiple pages rendered
in a single instance of syntax_plugin_struct_output.
Signed-off-by: Frieder Schrempf <dev@fris.de>1 parent d9b413c commit 3ab6a5f
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
| |||
0 commit comments