| Summary: | Not able to adjust size of the plain text barcode below the actual barcode | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | Label/patron card printing | Assignee: | Thibaud Guillot (thibaud_g) <thibaud.guillot> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | dcook, thibaud.guillot |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Katrin Fischer
2022-05-20 09:34:35 UTC
Hello all, I'm interested in your advice on this because like this comment https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762#c3 (related to the original bug) it may - may need to change the way barcodes are generated for this improvement. What do you think about it ? I've been looking at C4::Labels::Label and PDF::Reuse::Barcode, and I've added a response on https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10762#c62 Bernardo wasn't quite right there, but yeah... I think the only way to fix this would be to update PDF::Reuse::Barcode to take configurable font-sizes rather than hard-coded sizes. I don't think Chris Nighswonger really works on Koha or Perl anymore, although he's still around sometimes. The code for PDF::Reuse::Barcode is... old. It's a bit difficult to read but not impossible. Someone could either adopt the module, send a PR, or we could potentially subclass it and overwrite the relevant methods in a "Koha::PDF::Reuse::Barcode" module... |