>>
Ultra n0b question:
I have to read data from an xml, and arrange it to k pieces of n x m matrices, then get it to a pdf ready for printing, optimized for minimum page use.
The first one is trivial, however, I cannot use tex as a dependency (nor anything else, the sw must be a standalone executable, and should work on any standard installation of Windows - java can be used, but no python, or script languages), and depending on the input size, the output can occupy very large amount of memory.
Could anyone help me in a Java solution, or if that cannot be done, then C* (C, C++, C#, C#.NET - .NET version has to be compatible with WinXP) solution?
(I know, I'd be done 6*10^23 times if I used either python or php)