Skip to content

Replacing image/extracting text layer from pdf? #952

Answered by JorjMcKie
vs-777 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I made a mistake: line

cont = b"".join(contlines)

should have been this, because I am joining the lines again:

cont = b"\n".join(contlines)

Then it will work.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vs-777
Comment options

Comment options

You must be logged in to vote
2 replies
@JorjMcKie
Comment options

@vs-777
Comment options

Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #951 on March 16, 2021 14:15.