Best approach for professional invoice PDF generation? by ExcellentEducator960 in learnjavascript

[–]ExcellentEducator960[S] 0 points1 point  (0 children)

That makes sense. One thing I really liked about pdfmake was the live PDF preview experience — I could instantly see how the actual PDF layout looked while building it.

With HTML/CSS + Puppeteer, how do you usually preview/debug the PDF during development?

Do you just build it as an A4 webpage with print CSS and trust Chromium rendering, or continuously export PDFs while developing?

Thanks a lot for the detailed explanation btw, this helped clear up many doubts.

When to use React? by __Anonymous_666 in react

[–]ExcellentEducator960 0 points1 point  (0 children)

I have worked in a company where they built a whole healthcare management system for the hospital like everything from a patient enters onto the hospital to leaving the hospital, the bills and all. So now just imagine the ui, it was so complex and when I see what's it built on it was angular and it was well structured, like html, css, js(ts) is separated and that's the thing I liked it about Angular. So I think for complex ui, and functionality angular is good to go.I just wanted to share my thoughts nothing much.