nano-pdf

Modify PDF text and layout using natural language instructions via nano-pdf CLI.

Updated May 25, 2026
One-click install
npx skills add https://github.com/webdevtodayjason/subctl-rust --skill nano-pdf-webdevtodayjason
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nano-pdf
Source: https://github.com/webdevtodayjason/subctl-rust/tree/main/skills/nano-pdf
Command: npx skills add https://github.com/webdevtodayjason/subctl-rust --skill nano-pdf-webdevtodayjason

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The nano-pdf skill addresses the issue of manually correcting text in PDF documents, streamlining the process through natural language instructions.

Core Features & Use Cases

  • Text Editing: Allow users to modify PDF text using natural language prompts.
  • Page Selection: Users can specify which page in a PDF they want to edit.
  • Use Case: Users can quickly change a title or fix a typo in a PDF without using a traditional PDF editor.

Quick Start

To edit the title on the first page of your PDF document, you would use: nano-pdf edit <file.pdf> 1 "Change the title to 'New Title'"

Frequently Asked Questions about nano-pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I edit text in a PDF file using natural language commands?

To edit PDF text with natural language, use the nano-pdf CLI to pass the file, page number, and instruction, such as nano-pdf edit <file.pdf> 1 "Change the title". This directly modifies the document content without a traditional editor.

Can I fix typos or change a title on a specific page of a PDF without a full editor?

Yes, you can fix typos or change a title on a specific PDF page by specifying the page number in your CLI command. This allows targeted text corrections and simple layout changes without opening a traditional PDF editor.

What is the best way to automate text corrections in PDF documents?

Automating text corrections in PDF documents is best achieved by using a CLI that accepts natural language instructions. This allows you to script text edits and simple layout changes programmatically for specified pages.

Do I need a specific CLI installed to modify PDF content with natural language prompts?

Yes, modifying PDF content with natural language prompts requires the nano-pdf CLI to be installed. This command-line interface executes the text edits on the specified pages of your document.

Are there limitations to using natural language instructions for PDF text editing?

Using natural language instructions for PDF text editing is limited to text corrections and simple layout changes. Complex document restructuring or advanced formatting may not be supported by this CLI approach.