# lorempdf.com > Generates Lorem Ipsum placeholder PDF files via a simple REST API. No authentication required. ## API Base URL: https://lorempdf.com ### Generate PDF GET /{width}/{height}/{pages} Parameters: - width (integer, mm): 1–1000 - height (integer, mm): 1–1000 - pages (integer): 1–10 Returns: application/pdf (binary download) ### Examples A4 portrait (1 page): https://lorempdf.com/210/297/1 Business card (85x55mm, 1 page): https://lorempdf.com/85/55/1 A4, 5 pages: https://lorempdf.com/210/297/5 ## Notes - No API key required - Synchronous — response is the PDF directly - Powered by typeset.sh and Pixabay