fossasia / open-event-server

The Open Event Organizer Server to Manage Events https://test-api.eventyay.com
https://api.eventyay.com
GNU General Public License v3.0
2.97k stars 1.89k forks source link

Return a PDF for badge printing from server #8955

Closed cweitat closed 1 year ago

cweitat commented 1 year ago

API to call for the checkin app to print the badge The badge should be in PDF with details specified in the wizard that contains QR code in VCF format with custom field EVENTYAY that contains the ticket_id

Need APIs for follow:

cweitat commented 1 year ago

@lthanhhieu upon printing, mark ticket as printed and printed date time

ghost commented 1 year ago

Hi @mariobehling , @cweitat . Below is the API for return the PDF file

API for #8955

Return a PDF for badge printing from server [/v1/badge-forms/print-badge-pdf]

Return a PDF for badge printing from server [POST]

Return a PDF for badge printing from server using JWT token

ghost commented 1 year ago

Close as PR merged: https://github.com/fossasia/open-event-server/pull/8968