Want to create tickets that are perfect for your event and want them look professional? Now you're in the right place. In this article you can find free event ticket templates with professional design you can use either with our HTML to PDF API service or within any HTML project you wish.

Do you need some way of creating tickets for the event and you don’t want to find important parts trimmed off during the print? Perhaps you also want to include barcode or QR code, make changes in last minute? Below you can download professionally designed templates that will allow you to quickly and simply create your stunning tickets for the planning event.

Presented examples are all well prepared and tested for HTML to PDF API conversion and the integration would take only a few lines of code. All you have to do is choose and customize a template to suit your needs and then you can start creating PDF directly from HTML.

This templates can be downloaded for free, they are both HTML to PDF ready and can easily be modified as desired. Also, don't forget to replace <your token> with the token you get from your HTML PDF API account.

Event ticket template 1

ticket template 1

Download  (ZIP)
Compressed (zipped) folder containing:
event_ticket_1.html, event_ticket_1.pdf

Download (PDF)
Generated PDF from HTML/CSS

Preview (HTML)

curl -H 'Authentication: Token <your token>' \
-F 'file=@concert_1.html' \
-F 'margin_left=0mm' \
-F 'margin_right=0mm' \
-F 'margin_top=0mm' \
-F 'margin_bottom=0mm' \
-F 'page_width=210mm' \
-F 'page_height=75mm' \
'https://htmlpdfapi.com/api/v1/pdf' > pdf/concert_1.pdf

 

Event ticket template 2

ticket template 2

Download (ZIP)
Compressed (zipped) folder containing:
event_ticket_2.html, event_ticket_2.pdf

Download (PDF)
Generated PDF from HTML/CSS

Preview (HTML)

curl -H 'Authentication: Token <your token>' \
-F 'file=@concert_2.html' \
-F 'margin_left=0mm' \
-F 'margin_right=0mm' \
-F 'margin_top=0mm' \
-F 'margin_bottom=0mm' \
-F 'page_width=210mm' \
-F 'page_height=74mm' \
'https://htmlpdfapi.com/api/v1/pdf' > pdf/concert_2.pdf

 

Event ticket template 3

ticket template 3

Download (ZIP)
Compressed (zipped) folder containing:
event_ticket_3.html, event_ticket_3.pdf

Download (PDF)
Generated PDF from HTML/CSS

Preview (HTML)

curl -H 'Authentication: Token <your token>' \
-F 'file=@concert_3.html' \
-F 'margin_left=0mm' \
-F 'margin_right=0mm' \
-F 'margin_top=0mm' \
-F 'margin_bottom=0mm' \
-F 'page_width=210mm' \
-F 'page_height=74mm' \
'https://htmlpdfapi.com/api/v1/pdf' > pdf/concert_3.pdf

 

Event ticket template 4

ticket template 4

Download (ZIP)
Compressed (zipped) folder containing:
event_ticket_4.html, event_ticket_4.pdf

Download (PDF)
Generated PDF from HTML/CSS

Preview (HTML)

curl -H 'Authentication: Token <your token>' \
-F 'file=@concert_4.html' \
-F 'margin_left=0mm' \
-F 'margin_right=0mm' \
-F 'margin_top=0mm' \
-F 'margin_bottom=0mm' \
-F 'page_width=210mm' \
-F 'page_height=74mm' \
'https://htmlpdfapi.com/api/v1/pdf' > pdf/concert_4.pdf

 

Do you need more free templates? Some small selection of invoice templates can be found here and here.

Fonts used in the given examples are taken from the Google Fonts services, so please read their terms and conditions. For more information on how you can use HTML PDF API service please visit documentation page.