How to combine two pagecrops #775
Answered
by
jsvine
kathimohan
asked this question in
Q&A
-
pa = page.crop((cl[column][0], cl[column][1], cl[column][2], ch[1])) pb = page.crop((cl[column][0], ch[3], cl[column][2], cl[column][3])) I have to combine pa and pb and save as pdf, Is there any way to do it. |
Beta Was this translation helpful? Give feedback.
Answered by
jsvine
Dec 9, 2022
Replies: 1 comment
-
Hi @kathimohan, and thanks for your interest in this library. Unfortunately for your goals, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samkit-jain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kathimohan, and thanks for your interest in this library. Unfortunately for your goals,
pdfplumber
does include functionality for creating PDFs, only for extracting information from them. You might instead be interested inpikepdf
or other PDF-creation tools listed here.