tree: dc56b40c05d4ac5573740104ebe72e62d272c454 [path history] [tgz]
  1. android/
  2. dart_example/
  3. example/
  4. lib/
  5. linux/
  6. src/
  7. windows/
  8. .gitignore
  9. .metadata
  10. analysis_options.yaml
  11. jnigen.yaml
  12. pubspec.yaml
  13. README.md
pkgs/jnigen/example/pdfbox_plugin/README.md

pdfbox_plugin

Example of a JNI plugin using jnigen to auto-generate bindings for PDFBox java library.

Bindings can be generated by running dart run jnigen --config jnigen.yaml. Required source code and JARs will be downloaded using maven (requires mvn command).

jnigen is also available as an API which tooling scripts can use. See tool/generate_bindings.dart for the script equivalent of the YAML file.