()
| 184 | } |
| 185 | |
| 186 | function downloadPdf() { |
| 187 | const article = document.querySelector<HTMLElement>("section.ouvJEz") |
| 188 | if (article) { |
| 189 | Print.print(article, { title: articleTitle }) |
| 190 | .then(() => console.log("Printing complete")) |
| 191 | .catch((error) => console.error("Printing failed:", error)) |
| 192 | } |
| 193 | } |
| 194 | |
| 195 | function downloadWord() { |
| 196 | const dom = document.querySelector("section.ouvJEz") |