From b2b4b123caa4fb0d39734421e23f131c6cb52388 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 28 Nov 2025 15:38:26 +0100 Subject: [PATCH] remove tmp file --- test-css-custom.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test-css-custom.md diff --git a/test-css-custom.md b/test-css-custom.md deleted file mode 100644 index b513b8a..0000000 --- a/test-css-custom.md +++ /dev/null @@ -1,9 +0,0 @@ -# Test du CSS custom - -```bash -curl -X POST http://web2print.studio-variable.com/generate -H "Content-Type: application/json" -H "X-API-Key: 25377ab6e2153b159d1d5fa22501228810b6aec9d63346bd0614045dc167061c" -d '{"html":"

Test CSS Custom

Ce texte devrait être rouge et en gras.

","css":"h1 { color: blue; } .custom { color: red; font-weight: bold; font-size: 20px; }"}' --output test-css-custom.pdf -``` - -Le PDF généré devrait avoir : -- Le h1 en **bleu** (CSS custom) -- Le paragraphe avec classe "custom" en **rouge et gras** (CSS custom)