Posted: February 4, 2025 at 9:04 pm
What is the best way to print all tickets of all registrants? I have them set to align with a preprinted sheet. There is a thousand tickets they need to print before the event, so I’m trying to find the best way to do it. So far if they have to do one at a time, I thought they could print them to PDF into a folder and run the pdfs through a print queue. Otherwise maybe an automated script that can run through the list. From my research it sounds like there is no easy way to “print all” but if anything has changed let me know. |
|
Hi there, Currently, we don’t have any good solutions for this as it wasn’t the intended use case for the add-on. The printable tickets add-on was intended for users to print/bring their own tickets rather than the organizer printing them all out for the attendees themselves. So with that, it’s designed using a JS library which loads within the browser to generate the barcodes on the fly rather than server side. That means you can’t easily batch process the tickets into a single download serverside to then print. One option I can think of is to use an external program to generate the tickets on the fly. I’ve seen users use Avery Name Badge for something like this, using the barcode generator within that and passing the value from a CSV. Theres a snippet here: https://gist.github.com/Pebblo/735d17aa2c4b5939bc1aa0c687815bca Which adds the value used in the QR code to the CSV to allow for this. —- Another option would be to add a custom function into the ticketing add-on to list all of the tickets assigned to an event and then print them out in a single step. You could look at If that’s not something you would want to take on yourself I can likely create that for you using a support token. |
|
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
You must be logged in to reply to this support post. Sign In or Register for an Account