Hi, am trying to open a word document. With some documents i get an argument exception like this when creating a new PageNavigator instance.
code is as follows
...
DocumentRenderer renderer = new DocumentRenderer(this.filename);
this.wordNavigator = new PageNavigator(renderer);
...
Exception is System.ArgumentException: Invalid parameter
Callstack and sample word document are attached to this posting
version is aspose word 4.4.2.0
Please help
Best Regards
Andreas