Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the unit used for --area and --columns options? #84

Closed
ThomasA opened this issue Jun 9, 2016 · 1 comment
Closed

What is the unit used for --area and --columns options? #84

ThomasA opened this issue Jun 9, 2016 · 1 comment

Comments

@ThomasA
Copy link

ThomasA commented Jun 9, 2016

I am trying to guess what kind of units are used for the --area and --columns options. It has been going OK so far with the --columns option by trial and error, but just guessing wildly for the --area option mostly gets me into this trouble:

Exception in thread "main" java.util.NoSuchElementException
    at java.util.ArrayList$Itr.next(ArrayList.java:854)
    at java.util.Collections.min(Collections.java:635)
    at technology.tabula.Page.getArea(Page.java:67)
    at technology.tabula.CommandLineApp.extractTables(CommandLineApp.java:145)
    at technology.tabula.CommandLineApp.main(CommandLineApp.java:60)
@jazzido
Copy link
Contributor

jazzido commented Oct 4, 2016

Hi @ThomasA,

I guess you resolved the issue by now, but in the benefit of people finding this issue: the units are PDF Units

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants