Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3641264

Browse files
committed
Add comment to solutions file
1 parentec2eec0 commit3641264

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎ch13-interact-with-pdf-files/3-challenge-PdfFileSplitter-class.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ def write(self, filename):
3838
withPath(str(filename)+"_2.pdf").open(mode="wb")asoutput_file:
3939
self.writer2.write(output_file)
4040

41-
41+
# Split the Pride_and_Prejudice.pdf file into two PDFs, the first
42+
# containing the first 150 pages, and the second containing the
43+
# remaining pages.
4244
pdf_splitter=PdfFileSplitter("ch13-interact-with-pdf-files/practice_files/Pride_and_Prejudice.pdf")
4345
pdf_splitter.split(breakpoint=150)
4446
pdf_splitter.write("pride_split")

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp