Apache PDFBox · Capability

Apache PDFBox API — Signatures

Apache PDFBox API — Signatures. 1 operations. Lead operation: Apache PDFBox Sign Document. Self-contained Naftiko capability covering one Apache Pdfbox business surface.

Run with Naftiko Apache PdfboxSignatures

What You Can Do

POST
Signdocument — Apache PDFBox Sign Document
/v1/documents/{documentid}/sign

MCP Tools

apache-pdfbox-sign-document

Apache PDFBox Sign Document

Capability Spec

apache-pdfbox-signatures.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache PDFBox API — Signatures
  description: 'Apache PDFBox API — Signatures. 1 operations. Lead operation: Apache PDFBox Sign Document. Self-contained
    Naftiko capability covering one Apache Pdfbox business surface.'
  tags:
  - Apache Pdfbox
  - Signatures
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_PDFBOX_API_KEY: APACHE_PDFBOX_API_KEY
capability:
  consumes:
  - type: http
    namespace: apache-pdfbox-signatures
    baseUri: https://{host}/pdfbox
    description: Apache PDFBox API — Signatures business capability. Self-contained, no shared references.
    resources:
    - name: documents-documentId-sign
      path: /documents/{documentId}/sign
      operations:
      - name: signdocument
        method: POST
        description: Apache PDFBox Sign Document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: apache-pdfbox-signatures-rest
    port: 8080
    description: REST adapter for Apache PDFBox API — Signatures. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/documents/{documentid}/sign
      name: documents-documentid-sign
      description: REST surface for documents-documentId-sign.
      operations:
      - method: POST
        name: signdocument
        description: Apache PDFBox Sign Document
        call: apache-pdfbox-signatures.signdocument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apache-pdfbox-signatures-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache PDFBox API — Signatures. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: apache-pdfbox-sign-document
      description: Apache PDFBox Sign Document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: apache-pdfbox-signatures.signdocument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.