# Python/C API Reference Manual Format

**URL:** https://discuss.python.org/t/python-c-api-reference-manual-format/62513
**Category:** Python Help
**Created:** [August 31, 2024, 6:47pm UTC](https://discuss.python.org/t/python-c-api-reference-manual-format/62513 "2024-08-31T18:47:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nybblista](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/nybblista/32/23872_2.png) [@nybblista](https://discuss.python.org/u/nybblista)
#### Post date: [August 31, 2024, 6:47pm UTC](https://discuss.python.org/t/python-c-api-reference-manual-format/62513/1 "2024-08-31T18:47:38Z")

</div>

Hi everyone

I am wondering where can I find [Python/C API Reference Manual](https://docs.python.org/3/c-api/) as a PDF format.

Thank you.

---

<div class="post-metadata">

### Author: ![bschubert](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/bschubert/32/26920_2.png) [@bschubert](https://discuss.python.org/u/bschubert)
#### Post date: [August 31, 2024, 7:04pm UTC](https://discuss.python.org/t/python-c-api-reference-manual-format/62513/2 "2024-08-31T19:04:54Z")

</div>

You can download all the documentation, including the C API reference manual, as a PDF from the “Download the documentation” page: [Download — Python 3.12.5 documentation](https://docs.python.org/3/download.html).

If you want just the C API reference manual, you can extract those pages from the PDF using your PDF editor of choice, you system’s “print to PDF” dialog, or a tool like [pdftk](https://askubuntu.com/q/221962).

---

<div class="post-metadata">

### Author: ![nybblista](https://sea2.discourse-cdn.com/flex002/user_avatar/discuss.python.org/nybblista/32/23872_2.png) [@nybblista](https://discuss.python.org/u/nybblista)
#### Post date: [August 31, 2024, 7:07pm UTC](https://discuss.python.org/t/python-c-api-reference-manual-format/62513/3 "2024-08-31T19:07:23Z")

</div>

Thank you 🙏
