PDF avec fond transparents

This commit is contained in:
François Pelletier 2024-08-24 14:52:24 -04:00
parent 758df7ffd8
commit 56957a17ad
10 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,4 @@
for file in $(find . -name "*.png")
do
magick $file "${file%.png}.pdf"
done