Hello,
I want to convert an odt file to a pdf file preferrably using python and it’s libraries.
however, my odt file, besides normal text in different sizes, also has an image with my signature in it.
from what I have tested using libraries, either formating, font sizes, etc. get lsot.
or the generated pdf is jsut downright missing the image with my signature.
or things arent in the places like in the pdf.
I also thought about using weeks to manually learn the oodt format and the pdf format and do the conversion from the very scratch. but no way will I be able to manage that.
the libraries I tested havent worked out for me.
I also tried command line commands, like the “soffice …” syntax and the libreoffice version, but they at least fail when it comes to specify the output file path.
either no pdf is created, it’s created wrongly or in the wrong place, often also with some “output folder path doesnt exist” error (which is nonsense)
I jsut fail hard.
Anyone got a good recommendation for me?
But please NO API usage, I really dont want to be dependent both on the mercy of soem third party and also having to hae internet.
wanna be able to just do it on my computer directly, no senting data elsewhere.