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":"
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)