Hi,
I'm evaluating DynamicPDF converter, and seem to get a hang when trying to convert XML files to PDF (including HTML). There's no timeout or message. It just hangs. Seems like it'd be hard to get wrong:
[code]
Converter.convert("inFile.xml", "outFile.pdf");[/code]
What am I missing? Thanks.
Env:
OS: Windows8
Dev: Visual Studio 2010; c#