問題タブ [pypdf2]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
764 問題
0
投票する
1
に答える
5148
参照
python - Pythonを使用してPDFファイルのメタデータ「ページサイズ」を取得するには?
Python 3 で PyPDF2 モジュールを使用しようとしましたが、「ページ サイズ」プロパティを表示できません。PDF ファイルにスキャンする前の用紙の寸法を知りたいです。
このようなもの:
しかし、たとえば getNumPages() の代わりに別の Python 関数を探しています...
以下のコマンドは、ある種のメタデータを印刷しますが、ページ サイズは表示しません。