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

PDF extractor options are ignored #57

Closed
crazy4groovy opened this issue Aug 16, 2015 · 4 comments
Closed

PDF extractor options are ignored #57

crazy4groovy opened this issue Aug 16, 2015 · 4 comments
Milestone

Comments

@crazy4groovy
Copy link

Why does the pdf extractor ignore the options?

@dbashford
Copy link
Owner

Which options are you interested in?

@crazy4groovy
Copy link
Author

-layout and -nopgbrk

@dbashford
Copy link
Owner

The short answer to your question is: "If they were documented well within the node module I may have known to use them."

How do those get passed into the node module?

For instance nopgbrk would be a boolean?

var options = {
  cwd: "./"
}
extract(filePath, options, function (err, pages) {
  if (err) {
    console.dir(err)
    return
  }
  console.dir('extracted pages', pages)
})

@dbashford dbashford modified the milestone: 1.3.0 Feb 25, 2016
@dbashford
Copy link
Owner

Quick note, the library has, since the last note here, been updated to include documentation, so I will be allowing options to be passed in with the next release.

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