“пиль в pdf” Ответ

пиль в pdf

from PIL import Image

image1 = Image.open(r'path where the image is stored\file name.png')
im1 = image1.convert('RGB')
im1.save(r'path where the pdf will be stored\new file name.pdf')
Delightful Dolphin

пиль в pdf

from PIL import Image

image1 = Image.open(r'path where the image is stored\file name.png')
im1 = image1.convert('RGB')
im1.save(r'path where the pdf will be stored\new file name.pdf')
Delightful Dolphin

Ответы похожие на “пиль в pdf”

Вопросы похожие на “пиль в pdf”

Больше похожих ответов на “пиль в pdf” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования