A few months ago, I was asked at work to create a PDF in React/Next. Why? Because the project was in Next.js, and the PDF had to be created dynamically after purchase, taking a unique number from the backend (proof of purchase). The task seemed simple; after a short research, I chose the React-PDF library.…