[SOLVED] Â How can address labels be printed? |
12/23/2020 6:57:45 AM |
PHPRunner General questions | |
A
alfonso authorDevClub member
How can address labels be printed? I don't want to export or use Word but see if it can be done directly from PHPRunner. I have enterprise version |
|
I
|
Ivan van Oosterhout 12/23/2020 |
Here is some code how to print to a zebra printer. Maybe it helps you. |
S
|
salus1DevClub member 12/23/2020 |
If you print from this type of PHPRunner-generated site it will produce Dymo LabelWriter labels. |
![]() |
Admin 12/23/2020 |
You can just print the printer-friendly page. Maybe choose vertical or columns mode, select 2 or 3 records per row, modify the way the single record looks according to your needs. |
A
|
alfonso authorDevClub member 12/24/2020 |
Good ideas. I'll try. Thanks |
![]() |
mbintex 12/24/2020 |
I have started programming the needed dd-code for PDFmake.js with custom buttons on my own. There you can for example define the paper size of dymo labels your own and decide for the content. In the server event part you fetch the data, in the client after part you build the pdfmake-Code. |
A
|
AlphaBase 12/24/2020 |
In the server event part you fetch the data, in the client after part you build the pdfmake-Code.
|
![]() |
mbintex 12/25/2020 |
This is example of server side:
|
A
|
AlphaBase 12/25/2020 |
Cool. Thanks |
![]() |
mbintex 12/27/2020 |
custom buttons |