-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpdfpagenum.html
353 lines (299 loc) · 12.8 KB
/
pdfpagenum.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>PDFファイルにページ番号を追加する方法(Pythonで) — Dreaming in Greater Boston</title>
<meta name="author" content="Kyos">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/favicon.png" rel="icon">
<link href="/theme/css/main.css" media="screen, projection"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic"
rel="stylesheet" type="text/css">
</head>
<body>
<header role="banner"><hgroup>
<h1><a href="/">Dreaming in Greater Boston</a></h1>
</hgroup></header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
</ul>
<ul class="main-navigation">
<li><a href="/pages/about.html">About Me</a></li>
<li >
<a href="/category/blog.html">Blog</a>
</li>
<li >
<a href="/category/english.html">English</a>
</li>
<li >
<a href="/category/linux.html">Linux</a>
</li>
<li class="active">
<a href="/category/python.html">Python</a>
</li>
<li >
<a href="/category/tech.html">Tech</a>
</li>
</ul></nav>
<div id="main">
<div id="content">
<div>
<article class="hentry" role="article">
<header>
<h1 class="entry-title">PDFファイルにページ番号を追加する方法(Pythonで)</h1>
<p class="meta">
<time datetime="2020-08-02T00:00:00-04:00" pubdate>Sun 02 August 2020</time> </p>
</header>
<div class="entry-content"><div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#orgdebbdde">1. はじめに</a></li>
<li><a href="#org1d665fd">2. ReportLab PDFライブラリ</a></li>
<li><a href="#org2f3b207">3. ReportLab + pdfrwを組み合わせる</a></li>
<li><a href="#org255f764">4. 使用方法</a>
<ul>
<li><a href="#orgd88da84">4.1. カスタマイズ方法</a></li>
</ul>
</li>
<li><a href="#org94cb6d2">5. 終わりに</a></li>
</ul>
</div>
</div>
<div id="outline-container-orgdebbdde" class="outline-2">
<h2 id="orgdebbdde"><span class="section-number-2">1</span> はじめに</h2>
<div class="outline-text-2" id="text-1">
<p>
小学生の娘が算数で間違った問題を、スキャンしてまとめてPDF化しています。しかし、必要なページだけ印刷したつもりが、結構ページ番号がずれていて、何度もやりなおしたりしています。電子化したつもりが意外とアナログです。そこで、自動でPDFファイルにページ番号を付けたいと思いました。ヒューマンエラーによるページ番号のずれが防げる、またはずれてもすぐに気がつくので。
</p>
<p>
しかし、PDFにページ番号を付けたいという単純なことなのに、意外にも良い実現方法が見つかりません。検索した結果、いくつかWebサービスを見つけて試してみましたが、あるものはページを入れる位置が気に入らない、またあるものは、たくさんページ番号を付けていると有料になる(しかも月極subscription)などでした。
</p>
<p>
そこで、最近使えるようになって気を良くしているPythonで、PDFにページ番号が付けられないか調べてみたのですが、このユースケースに対応するPDFライブラリは無さそう(少なくとも単体では)、ということがわかりました。
</p>
</div>
</div>
<div id="outline-container-org1d665fd" class="outline-2">
<h2 id="org1d665fd"><span class="section-number-2">2</span> ReportLab PDFライブラリ</h2>
<div class="outline-text-2" id="text-2">
<p>
PythonでのPDFライブラリで有名なものは、PyPDF2, pdfrwあたりのようです。これらは、複数のPDFファイルをマージしたり、逆に分割したり、ページを入れ替えたりといったことが得意ですが、「既存PDFファイルにページ番号を付加する」というユースケースには対応していないようです。
</p>
<p>
更に調べてみると、どうやらReportLabライブラリでページ番号を付けられそうだ、ということがわかりました。
<a href="https://www.blog.pythonlibrary.org/2013/08/12/reportlab-how-to-add-page-numbers/">https://www.blog.pythonlibrary.org/2013/08/12/reportlab-how-to-add-page-numbers/</a>
</p>
<p>
このWebページはとても期待させるタイトルなのですが、サンプルコードを見てみると疑問がわいてきます。そもそも、既存PDFファイルを読み込んでおらず、新規に作成したPDFのページにページ番号を付与しているようです。駄目じゃん。。。
</p>
<p>
マニュアルにも一通り目を通してみます。
<a href="https://www.reportlab.com/docs/reportlab-userguide.pdf">https://www.reportlab.com/docs/reportlab-userguide.pdf</a>
</p>
<p>
ここでも、既存PDFファイルを読み込む説明はありませんでした。
</p>
</div>
</div>
<div id="outline-container-org2f3b207" class="outline-2">
<h2 id="org2f3b207"><span class="section-number-2">3</span> ReportLab + pdfrwを組み合わせる</h2>
<div class="outline-text-2" id="text-3">
<p>
それでも諦めずに検索を続けたところ、見つけました。
<a href="https://stackoverflow.com/questions/28281108/reportlab-how-to-add-a-footer-to-a-pdf-file">https://stackoverflow.com/questions/28281108/reportlab-how-to-add-a-footer-to-a-pdf-file</a>
</p>
<p>
さすがstackoverflow! 日本のqiitaと並んで大好きです。
どうやら、ReportLabとpdfrwを組み合わせるとできそうなことが書いてあります。
気になる記述もありますが。。。
</p>
<blockquote>
<p>
DISCLAIMER: Tested on Linux using as input file a pdf file generated by Reportlab. It would probably not work in an arbitrary pdf file.
</p>
</blockquote>
<p>
「ReportLabで作成したPDFファイルでテストしたけど、任意のPDFファイルだと動かないんじゃないかな」
</p>
<p>
・・・えー!! でもこれしか頼れる物がありません。試してみましょう。
</p>
<p>
stakoverflowのページに載っているサンプルコードを改変してみます。
</p>
<pre class="example">
from reportlab.pdfgen.canvas import Canvas
from pdfrw import PdfReader
from pdfrw.toreportlab import makerl
from pdfrw.buildxobj import pagexobj
import sys
import os
if len(sys.argv) != 2 or ".pdf" not in sys.argv[1].lower():
print(f"Usage: python {sys.argv[0]} <pdf filename>")
sys.exit()
input_file = sys.argv[1]
output_file = os.path.splitext(sys.argv[1])[0] + "_pgn.pdf"
reader = PdfReader(input_file)
pages = [pagexobj(p) for p in reader.pages]
canvas = Canvas(output_file)
for page_num, page in enumerate(pages, start=1):
canvas.doForm(makerl(canvas, page))
footer_text = f"{page_num}/{len(pages)}"
canvas.saveState()
canvas.setStrokeColorRGB(0, 0, 0)
canvas.setFont('Times-Roman', 14)
canvas.drawString(290, 10, footer_text)
canvas.restoreState()
canvas.showPage()
canvas.save()
</pre>
<p>
そして実行すると、、、、
<img src="./images/pdfpage.png" alt="pdfpage.png" />
あれ、さくっと動いてしまいました。念のため、ページの下に書いてある7/88というところが、今回入れたページ番号です。あのdisclaimerは何だったのか。。。
</p>
</div>
</div>
<div id="outline-container-org255f764" class="outline-2">
<h2 id="org255f764"><span class="section-number-2">4</span> 使用方法</h2>
<div class="outline-text-2" id="text-4">
<p>
f-stringを使っているので、python 3.6以降で使ってください。
</p>
<p>
PDFライブラリインストール
</p>
<pre class="example">
pip install reportlab
pip install pdfrw
</pre>
<p>
上記コードをaddpagenum.pyとしてセーブ。(ファイル名は好きに変えてください)
</p>
<p>
実行
</p>
<pre class="example">
python addpagenum.py <pdf_filename>
</pre>
<p>
ページ番号はA4でページ中央下に表示します。
</p>
</div>
<div id="outline-container-orgd88da84" class="outline-3">
<h3 id="orgd88da84"><span class="section-number-3">4.1</span> カスタマイズ方法</h3>
<div class="outline-text-3" id="text-4-1">
<p>
このあたりを適当に変えてください。
</p>
<pre class="example">
footer_text = f"{page_num}/{len(pages)}"
canvas.setFont('Times-Roman', 14)
canvas.drawString(290, 10, footer_text)
</pre>
<ul class="org-ul">
<li>表示内容を変える場合はfooter_textを変える</li>
<li>ページ番号表示位置を変えたい場合は、x=290, y=10を変える</li>
</ul>
<p>
なお、ReportLabのcanvasにおいて、座標の(x=0, y=0)はページ左下になっています。
A4以外のLetter等にしたい場合は、canvasオブジェクトを作成する際に指定します。
詳しくはReportLabマニュアルを参照してください。
</p>
</div>
</div>
</div>
<div id="outline-container-org94cb6d2" class="outline-2">
<h2 id="org94cb6d2"><span class="section-number-2">5</span> 終わりに</h2>
<div class="outline-text-2" id="text-5">
<p>
このスクリプトはgithubにも載せました。
<a href="https://github.com/achiwa912/pdfpagenum">https://github.com/achiwa912/pdfpagenum</a>
</p>
<p>
上のコードをコピペした方が早いですが。。。
</p>
</div>
</div>
</div>
<footer>
<p class="meta">
<span class="byline author vcard">
Posted by <span class="fn">
きょうす
</span>
</span>
<time datetime="2020-08-02T00:00:00-04:00" pubdate>Sun 02 August 2020</time> <span class="categories">
<a class='category' href='/category/python.html'>Python</a>
</span>
<span class="categories">
<a class="category" href="/tag/python.html">Python</a> </span>
</p><div class="sharing">
</div> </footer>
</article>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/kakutei24.html">アメリカから日本の確定申告を準備する(令和6年分)</a>
</li>
<li class="post">
<a href="/utm_ub.html">M1 MacBook上にUbuntu+RetroArchを入れる</a>
</li>
<li class="post">
<a href="/tello.html">アメリカ格安SIMをSpeedtalkからTelloに変えました</a>
</li>
<li class="post">
<a href="/improve_eng2.html">上級者向け英語学習法(実践編)</a>
</li>
<li class="post">
<a href="/improve_eng1.html">上級者向け英語学習法(考察編)</a>
</li>
</ul>
</section>
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li><a href="/category/blog.html">Blog</a></li>
<li><a href="/category/english.html">English</a></li>
<li><a href="/category/linux.html">Linux</a></li>
<li><a href="/category/python.html">Python</a></li>
<li><a href="/category/tech.html">Tech</a></li>
</ul>
</section>
<section>
<h1>Tags</h1>
<a href="/tag/blog.html">Blog</a>, <a href="/tag/amerikasheng-huo.html">アメリカ生活</a>, <a href="/tag/linux.html">Linux</a>, <a href="/tag/tech.html">Tech</a>, <a href="/tag/ying-yu.html">英語</a>, <a href="/tag/emacs.html">emacs</a>, <a href="/tag/sekiyuritei.html">セキュリティ</a>, <a href="/tag/investment.html">Investment</a>, <a href="/tag/python.html">Python</a>, <a href="/tag/english.html">English</a>, <a href="/tag/mac.html">Mac</a>, <a href="/tag/toraburu.html">トラブル</a>, <a href="/tag/game.html">game</a>, <a href="/tag/vacation.html">Vacation</a>, <a href="/tag/ying-yu-jiao-yu.html">英語教育</a>, <a href="/tag/ying-jian.html">英検</a> </section>
<section>
<h1>Social</h1>
<ul>
<li><a href="#" target="_blank">You can add links in your config file</a></li>
</ul>
</section>
<section>
<h1>Blogroll</h1>
<ul>
<li><a href="https://getpelican.com/" target="_blank">Pelican</a></li>
</ul>
</section>
</aside> </div>
</div>
<footer role="contentinfo"><p>
Copyright © 2020–2025 Kyos —
<span class="credit">Powered by <a href="http://getpelican.com">Pelican</a></span>
</p></footer>
<script src="/theme/js/modernizr-2.0.js"></script>
<script src="/theme/js/ender.js"></script>
<script src="/theme/js/octopress.js" type="text/javascript"></script>
</body>
</html>