*We are experiencing a few technical difficulties. Please contact us if you are unable to place an order/don't see a product.

How to Submit a Print File

To help as many people as possible, we accept a range of different formats. These are:

  • PDF (Portable Document Format)
  • JPEG (Joint Photographic Experts Group)
  • PNG (Portable Network Graphics)

These are the formats we would recommend:

  • For photography: high-resolution JPEGs
  • For Graphics or Text: print-ready, vector-based PDFs
  • For Logos: vector-based PDFs or working files

Don’t have the right file formats? No worries — our designers are here to help and can work with what you have.

© 2026 Holiday Print & Promotions Ltd., Powered by Shopify

    Login

    Don't have an account yet?
    Create account

    document.addEventListener('submit', function (event) { var form = event.target; if (!form.matches('form[action*="/cart/add"]')) return; var uniqueLineInput = form.querySelector('[data-unique-line-id]'); if (!uniqueLineInput) return; var quantityInput = form.querySelector('[name="quantity"]'); if (quantityInput) quantityInput.value = '1'; if (window.crypto && typeof window.crypto.randomUUID === 'function') { uniqueLineInput.value = window.crypto.randomUUID(); } else { uniqueLineInput.value = Date.now().toString(36) + '-' + Math.random().toString(36).slice(2); } }, true);