Hi all!
I am pleased to announce that I just released the first working version of pd-fileutils (
https://github.com/sebpiq/pd-fileutils) which is a node.js package and a command-line tool for fiddling with pd files.
Right now, the command-line tool only allows you to render .pd files to SVG, but expect more functionalities in the future (I am open to suggestions).
If you know JavaScript and node.js, you can also use the API for scripting operations with your pd files. Right now, it can only parse .pd files to a standard JavaScript object, which you can then manipulate easily with JavaScript.
Cheers!
Sébastien Piquemal
PS : there will definitely be bugs, so don't "hesitate" to report them :)