Applications for converting XML to Word / PDF?
September 2, 2009 6:51 PM
Subscribe
Applications for converting XML to Word / PDF?
I'm looking for an application that can convert multiple-record XML files with embedded (encoded) images into human-readable form - Word or PDF preferred.
Ideally, the application would be easily configurable as an end-user productivity tool, eg with a drag-n-drop interface for laying out which fields appear where on the output file (not unlike a mail merge).
Splitting the output into separate docs for each record in the XML would also be a bonus.
Currently, I'm taking a look at Altova Stylevision, but wondering if there are any other products that might also fit these requirements....?
posted by UbuRoivas to computers & internet (6 comments total)
2 users marked this as a favorite
So unless this is a standard XML-based file format (like an OpenOffice document, for example) it's unlikely that you will find any application that does what you're asking for. It'll probably require some custom programming or manual conversion of the data.
Altova primarily makes programming tools or systems that require extensive setup by a programmer - take a look at a screen shot of Stylevision and make sure it jives with what you're expecting before you buy it.
My guess is that what you probably want to do is to try converting it to some data format that would work with the Word mail merge and then do what you're suggesting with normal mail merge utilities.
As a long shot, try forcing Excel to open the XML file and see if it comes out as a spreadsheet. (That probably won't work, though.)
posted by XMLicious at 7:25 PM on September 2