> ## 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).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# PDF से interactive website

> एक PDF को browser-based interactive viewer में बदलें।

एक PDF को 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
```

Generated page PDF.js का उपयोग करता है और page navigation, zoom controls,
scrollable rendered pages, और text search को शामिल करता है। "turn
guide.pdf into an interactive website" जैसी natural language supported है। Viewer PDF.js
को एक CDN से load करता है और source PDF को filename से reference करता है, इसलिए दोनों files को
एक ही deployed directory में रखें। `--ultra` animated transitions, theme/share
controls, और `<model-viewer>` द्वारा powered एक वैकल्पिक 3D model panel (`model.glb`) जोड़ता है।


## Related topics

- [Responsive website screenshots](/hi/guides/web-screenshots.md)
- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [मीडिया से क्विज़ वेबसाइट](/hi/guides/media-quiz.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
