I have very large XML files to process. I want to convert them to readable PDFs with colors, borders, images, tables and fonts. I don\'t have a lot of resources in my machin
Yes I think Sax will work for you. Dom is not good for large XML files as It keeps the whole XML file in memory. You can see a Comparison I wrote in my blog here