PHP简单读取pdf文件总页数的方法

阅读目录

<?php

# 获取PDF的页数
function getPageTotal($path)
{
   
    
    
    // 打开文件
    if (!$fp = @fopen($path, "r")

猜你喜欢

转载自blog.csdn.net/weiguang102/article/details/124201442
今日推荐