I have to build the full path together in python. I tried this:
filename= "myfile.odt"
subprocess.call(['C:Program Files (x86)LibreOffice 5programsoffice.exe',
'--headless',
'--convert-to',
'pdf', '--outdir',
r'C:UsersADesktopRepo',
r'C:UsersADesktopRepo'+filename])
But I get this error
SyntaxError: EOL while scanning string literal.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…