pdf_oxide 0.3.24

The fastest Rust PDF library with text extraction: 0.8ms mean, 100% pass rate on 3,830 PDFs. 5× faster than pdf_extract, 17× faster than oxidize_pdf. Extract, create, and edit PDFs.
Documentation
{
  "targets": [
    {
      "target_name": "pdf_oxide",
      "sources": ["binding.cc"],
      "include_dirs": [
        "<!@(node -p \"require('node-addon-api').include\")"
      ],
      "dependencies": [
        "<!(node -p \"require('node-addon-api').gyp\")"
      ],
      "cflags": ["-Wall", "-Wextra"],
      "cflags_cc": ["-fexceptions"],
      "xcode_settings": {
        "GCC_ENABLE_CPP_EXCEPTIONS": "YES",
        "CLANG_CXX_LIBRARY": "libc++"
      },
      "msvs_settings": {
        "VCCLCompilerTool": {
          "ExceptionHandling": 1
        }
      },
      "libraries": ["-lpdf_oxide"],
      "library_dirs": [
        "<!@(pwd)/../lib"
      ],
      "link_settings": {
        "libraries": ["-lpdf_oxide"],
        "library_dirs": [
          "<!@(pwd)/../lib"
        ]
      }
    }
  ]
}