Hello gms,
first of all, Jpg2pdf is not a commercial application. its a open source app, and it uses PySide(quite similiar binding) not pyqt and it is available under the LGPL (like Qt itself),…
i made a Snap Application made in fpdf2, pikepdf, and PIL. i was first trying to use img2pdf but not impressed with this library.
check it out https://snapcraft.io/jpg2pdf
thanks
I live in Germany. Why do you ask? :)
i make apps for linux (snap package)
some apps i published https://snapcraft.io/search?q=rishabh
I live in Germany. Why do you ask? :)
i make apps for linux (snap package)
okay, germany is good country, my application mostyly downloaded in germany and USa
Cool! looking forward to your code! 😀
where are you from btw
img2pdf is for lossless conversion. If you do not require lossless conversion, then there are many existing libraries that do the job. You should use the right tool for the task at hand and if you…
According to the metadata, the photo was shot with a "Canon EOS 700D" camera -- is that correct? It seems that camera writes the invalid rotation value 0 in its metadata. In the next img2pdf…
Yes, and the error message you pasted explains why this is and what you can do about it. Where is the bug?
it should handle images with alpha channel all i am trying to say
I was trying to make GUI application for jpg2pdf, but this library disappoint me, i will have to start from strach with PIL
this is my code
tt= ['/home/warlord/Downloads/22.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt,…
Even i on on my ubuntu os, i took some screenshot images(officailycaptured by ubuntu ss), img2pdf is failed to convert it to pdf. says Refusing to work on images with alpha channel
this is code
tt= ['/home/warlord/Downloads/sample.jpg'] import img2pdf with open("name.pdf", "wb") as f: f.write(img2pdf.convert(tt))
this…