Module: PdfPageCount::PdfUtil
- Defined in:
- lib/pdf-page-count/pdf_util.rb
Class Method Summary collapse
Class Method Details
.count_pages(file_path) ⇒ Object
7 8 9 10 |
# File 'lib/pdf-page-count/pdf_util.rb', line 7 def count_pages(file_path) reader = PDF::Reader.new(file_path) reader.page_count end |