get_page_count
Retrieve the total page count of any PDF file. Returns a simple integer indicating the number of pages.
Instructions
Get the total number of pages in a PDF file. Returns a simple integer count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the PDF file to count pages for |