1. Monthly Payroll Batch Generation
HR ManagerBackground
The HR department needs to distribute monthly salary slips to 50 employees. Manually creating these documents in a word processor is prone to errors and time-consuming.
Problem
Need to convert a JSON payroll export into individual, professional-looking PDF slips for each employee.
How to use
Paste the monthly payroll JSON into the 'Payroll Data' field, set the output mode to 'Separate PDFs (ZIP)', and click generate.
companyName: 'Elysia Corp', outputMode: 'separate_zip', pageSize: 'A4'Outcome
A single ZIP file is generated, containing 50 individual PDF payroll slips, ready to be emailed to each respective employee.