Зміст курсу
Manipulating and Combining PDFs
Manipulating and Combining PDFs
Swipe to show menu
PdfWriter
PdfWriter
is a class in PyPDF2
library that provides a way to create or manipulate PDF files. It allows developers to add, remove or modify the contents of a PDF document. PdfWriter
is useful for automating the creation of PDF files, merging multiple PDF files, and modifying existing PDF documents in Python.
Завдання
Swipe to show code editor
- Create a merger object as instance
PdfWriter()
; - Merge two PDFs together using the
.append()
method ofPdfWriter
; - Write merged PDFs to a file called
merged_pdf
.
Mark tasks as Completed
Перейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
AVAILABLE TO ULTIMATE ONLY