{
  "name": "Extract specific pages from PDFs with CustomJS API",
  "nodes": [
    {
      "id": "dad32e79-af45-4255-90d9-845a5357395a",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -580,
        920
      ]
    },
    {
      "id": "1cadea33-7c6a-4282-be84-e127fc7437c2",
      "name": "Extract Pages From PDF1",
      "type": "@custom-js/n8n-nodes-pdf-toolkit.ExtractPages",
      "position": [
        -140,
        920
      ]
    },
    {
      "id": "a8554e6b-6e2d-4a26-909c-25e74e618480",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -360,
        920
      ]
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Extract Pages From PDF1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}