Proposed modifications to the document 'Installing Batik on Windows Systems' (You may distribute modified versions subject to the terms and conditions of the Apache License, Version 2.0.) - Take screenshots on an English language install of Windows. I made the screenshots with IrfanView (Options > Capture/Screenshot in the menu.) Save them as Portable Network Graphics (PNG). (Oh, and remove the part in the text, where it states that "The screenshots are taken on a German install of Windows 98.") - Add a table of contents with links. All the headings already are link anchors. - How to manually create a new file type. - How to set the Java class path by changing the CLASSPATH environment variable. (Is this desirable?) - How to set the search path by changing the PATH environment variable. - Creating actions or even creating file types could be done by .reg files or, I think, by .cmd files. But if there already are existing settings for the file type then this might break something, and the user wouldn't be aware of what's going on, so I'm not sure if this is a good idea. But it could possibly simplify the installation. - Write a batch file which calls the Batik pretty printer with options -no-format -newline cr-lf writes the output to a temporary file, then somehow checks if an exception was thrown, and if no exception was thrown then deletes the source file and overwrites it with the temporary file.