I have a PDF file(generated using HTML) that contains text and bar-code image. I want to convert/make the PDF such that the text or image is not selectable.
I have tried the following packages but it's not working
- fillpdf
- pypdftk
I have a PDF file(generated using HTML) that contains text and bar-code image. I want to convert/make the PDF such that the text or image is not selectable.
I have tried the following packages but it's not working
Copyright © 2021 Jogjafile Inc.
Two alternatives:
Second alternative: encrypt the PDF with owner and user passwords, letting the owner have a minimum of permissions:
However, to be really sure about that all PDF viewers will well-behave, I recommend using the first method.