groupdocs-parser / GroupDocs.Parser-for-.NET

GroupDocs.Parser for .NET examples, plugins and showcase projects
https://products.groupdocs.com/parser/net
MIT License
10 stars 10 forks source link

Example not running #51

Open dpinart-uxland opened 4 years ago

dpinart-uxland commented 4 years ago

Hi, I just cloned the repo and tried to run the demos related to working with template tables. None of the two demos works properly. The first example, WorkingWithTableLayout throws an Execption: System.NullReferenceException: 'Object reference not set to an instance of an object.'

GroupDocs.Parser.Data.PageTableArea.this[int, int].get returned null

The second example, WorkinWithTableParameters neither works. It doesn't retrieve any data. I've tried to modify TemplateTable bounds with no success

atirtahirgroupdocs commented 4 years ago

@dpinart-uxland we can reproduce this issue when application is compiled/executed without applying a valid license (otherwise there is no exception and we get right output). Please have a look at the API evaluation limitations. We'd recommend you to get a temporary license here and then execute the application.

dpinart-uxland commented 4 years ago

Oops. Thanks. I'm finding a way to read pdfs that contain purchase orders. As you can expect, I'm interested on reading order lines placed in a table. This table will have a variable number of lines. With the examples seen, I'm afraid the Parser won't be able to read all lines. Any example with dynamic length tables?

atirtahirgroupdocs commented 4 years ago

@dpinart-uxland ,

We are investigating your scenario. You'll be notified about the outcomes here.