Articles by Glendon Jackson

Why Becoming a Leader of Managers is a Recipe for Disaster

Leading managers is a new challenge. Build trust, drive strategy, and inspire impact with these proven tips to succeed as a true leader of managers.

ACXPA PLATINUM SPONSORS

ACXPA Platinum SPONSORS
ACXPA SILVER SPONSORS
ACXPA Platinum SPONSORS
ACXPA BRONZE SPONSORS
ACXPA Platinum SPONSORS
ACXPA Platinum SPONSORS
Copyright © 2025 | Australian Customer Experience Professionals Association | Phone: +61 3 9492 2871 | Website Terms of Use 

Log in with your email address

or Become an ACXPA Member

Forgot your details?

Create Account

${base} ${styles} ${element.outerHTML} `; console.log('HTML size:', fullHTML.length); try { const response = await fetch('https://acxpa.com.au/gen-pdf/api/generate-pdf', { method: 'POST', headers: { 'Content-Type': 'text/html' }, body: fullHTML }); if (!response.ok) { throw new Error('PDF generation failed'); } const blob = await response.blob(); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'Break_Schedule.pdf'; a.click(); URL.revokeObjectURL(url); } catch (err) { console.error(err); alert('PDF download failed.'); } finally { document.getElementById('pdf-loader')?.remove(); } }); } */