> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# PDF to interactive website

> Turn a PDF into a browser-based interactive viewer.

Turn a PDF into a browser-based interactive viewer:

```bash theme={null}
arka pdf-to-interactive guide.pdf
arka pdf-to-interactive guide.pdf --output public/guide.html
arka pdf-to-interactive guide.pdf --output public/experience.html --ultra
```

The generated page uses PDF.js and includes page navigation, zoom controls,
scrollable rendered pages, and text search. Natural language such as “turn
guide.pdf into an interactive website” is supported. The viewer loads PDF.js
from a CDN and references the source PDF by filename, so place both files in
the same deployed directory. `--ultra` adds animated transitions, theme/share
controls, and an optional 3D model panel (`model.glb`) powered by
`<model-viewer>`.


## Related topics

- [Media to quiz website](/guides/media-quiz.md)
- [Responsive website screenshots](/guides/web-screenshots.md)
- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
- [Arka — AI terminal agent documentation](/index.md)
- [MCP integration for Cursor and Claude](/guides/mcp.md)
