Following mutool's instructions for the draw
command
https://mupdf.com/docs/manual-mutool-draw.html
How do I output "structured text (as xml)" when one of the output "vector formats" is "debug trace (as xml)" and the "output format is inferred from the output filename" ?
If I run
mutool draw -o "testfile.xml" "testfile.pdf"
it appears that I get the "debug trace (as xml)" file format.
What file extension should I use to ensure that the "structured text (as xml)" format is output?