Replies: 1 comment
-
Hi @zdenop. I'm not very familiar with the internals of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way, how to use pdfplumber with pdfrw? e.g. pass
pdfrw.PdfReader("my_file.pdf").pages[0]
topdfplumber
?My task is to modify (add barcode) a pdf file based on information in it.
At the moment I open file with pdfplumber and extract information.
Then I created barcode
Then I open once again the same file add the barcodes and with it to output.
Beta Was this translation helpful? Give feedback.
All reactions