Insure converters support filenames with spaces #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
e.g.
'convert '+filename+' '+filename+'.jpg'in https://git.benetou.fr/utopiah/spasca-fot-sloan-q3/src/branch/main/backend/converters/pdf.js#L5is now
'convert "'+filename+'" "'+filename+'.jpg"'and fixed inpdf_xml.jsandpdf_json.jsbut other files, e.g.ppt.jsdo not.