Home
last modified time | relevance | path

Searched refs:pdf_count_pages (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c42 int pdf_count_pages(const char *filename) in pdf_count_pages() function
253 page_count = pdf_count_pages(filename); in print_pdf_file()
Dpdf.h28 int pdf_count_pages(const char *filename);
Dfoomaticrip.c633 pagecount = pdf_count_pages(filename); in print_file()