How to remove the text #57
Labels
No labels
api-inconsistency
automerge
bug
contributions welcome
documentation
duplicate
enhancement
good first issue
invalid
more-information-needed
question
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
WhyNotHugo/python-barcode#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi i would like to know how to remove the text from under the barcodes, to have only the barcode, no text.
Hello! How do you run the command? For example:
will generate barcode without any text.
Ideally, this should be exposed as a flag that both the ImageWriter and SVGWriter expose.
Until I get a change to implement that, as a hack, you can use this writer:
Hello, I came across this issue by reading the documentation as well but eventually discovered by looking at the source that there is in fact an option called
write_text=Truein the base writer options.You should update your documentation so people know it exists.
Keep up the good work
Just write these lines before your code
It looks like this is a duplicate of #24. @WhyNotHugo, would you accept a PR with the code given there?
Works for me! God Bless You, I really Thank you!
I look a lot for something like that, you solved it easily. I still don't understand how it works, but it solved my big problem :D
Pra quem procura algo em português, esse é meu código que gera a imagem sem o texto do código de barras: