Skip to content

Commit d74e138

Browse files
committedNov 10, 2022
muda de convert para img2pdf
1 parent 0369adf commit d74e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎10_um_arquivo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ def juntar_as_cartelas():
9999

100100
gerar_cartelas(quantidade=7, numero_inicial=3)
101101
juntar_as_cartelas()
102-
os.system("convert para_pdf_* imprimir.pdf")
102+
os.system("img2pdf para_pdf_* --out imprimir.pdf")

0 commit comments

Comments
 (0)
Please sign in to comment.