PDF Tools

local

pdf-tools

Read text, generate, merge, split, rotate, watermark, and count pages of PDFs. Outputs saved to My Documents.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (7)

  • pdf_read
    Extract text from a saved PDF. Returns page count and full text.
  • pdf_create
    Generate a PDF from a title + array of sections. Saves to My Documents.
  • pdf_merge
    Combine multiple saved PDF documents into one, in the order given. Saves the merged file to My Documents.
  • pdf_split
    Split a PDF into one file per page range. Ranges like '1-3', '4', '5-'. Saves each range as its own document.
  • pdf_rotate
    Rotate all pages (or a page range) of a PDF by 90, 180, or 270 degrees.
  • pdf_watermark
    Add a diagonal text watermark to every page (e.g. 'DRAFT', 'CONFIDENTIAL').
  • pdf_page_count
    Report the number of pages in a saved PDF.
PDF Tools — Nova Skills