I have a document with multiple pages and would like to automatically export each page into a separate svg file, is this possible?
I know that I can convert a .odg
file via the command line by doing something like
libreoffice --draw --headless --convert-to svg:"draw_svg_Export" drawings.odg
However, if I do this on my multi-page document, all drawings are merged into a single svg file, layered on top of eachother.