repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | --- |
| #2 | name: nano-pdf |
| #3 | description: Edit PDFs with natural-language instructions using the nano-pdf CLI. |
| #4 | homepage: https://pypi.org/project/nano-pdf/ |
| #5 | metadata: {"clawdbot":{"emoji":"📄","requires":{"bins":["nano-pdf"]},"install":[{"id":"uv","kind":"uv","package":"nano-pdf","bins":["nano-pdf"],"label":"Install nano-pdf (uv)"}]}} |
| #6 | --- |
| #7 | |
| #8 | # nano-pdf |
| #9 | |
| #10 | Use `nano-pdf` to apply edits to a specific page in a PDF using a natural-language instruction. |
| #11 | |
| #12 | ## Quick start |
| #13 | |
| #14 | ```bash |
| #15 | nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle" |
| #16 | ``` |
| #17 | |
| #18 | Notes: |
| #19 | - Page numbers are 0-based or 1-based depending on the tool’s version/config; if the result looks off by one, retry with the other. |
| #20 | - Always sanity-check the output PDF before sending it out. |
| #21 |