Insure converters support filenames with spaces #5

Open
opened 2025-12-10 07:28:00 +00:00 by utopiah · 0 comments
Owner

e.g. 'convert '+filename+' '+filename+'.jpg' in https://git.benetou.fr/utopiah/spasca-fot-sloan-q3/src/branch/main/backend/converters/pdf.js#L5

is now 'convert "'+filename+'" "'+filename+'.jpg"' and fixed in pdf_xml.js and pdf_json.js but other files, e.g. ppt.js do not.

e.g. `'convert '+filename+' '+filename+'.jpg'` in https://git.benetou.fr/utopiah/spasca-fot-sloan-q3/src/branch/main/backend/converters/pdf.js#L5 is now `'convert "'+filename+'" "'+filename+'.jpg"'` and fixed in `pdf_xml.js` and `pdf_json.js` but other files, e.g. `ppt.js` do not.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: utopiah/spasca-fot-sloan-q4#5