PDF Tools
localpdf-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_readExtract text from a saved PDF. Returns page count and full text.
- pdf_createGenerate a PDF from a title + array of sections. Saves to My Documents.
- pdf_mergeCombine multiple saved PDF documents into one, in the order given. Saves the merged file to My Documents.
- pdf_splitSplit a PDF into one file per page range. Ranges like '1-3', '4', '5-'. Saves each range as its own document.
- pdf_rotateRotate all pages (or a page range) of a PDF by 90, 180, or 270 degrees.
- pdf_watermarkAdd a diagonal text watermark to every page (e.g. 'DRAFT', 'CONFIDENTIAL').
- pdf_page_countReport the number of pages in a saved PDF.