I am making a sales invoice pdf using pdfmake. I want to put my company logo, and company details such as name, contact number, email, website etc in the header
So I'm very new to generating PDFs from the server side as I have generally always created them from the client side. I decided to migrate to creating them str
I am using pdfmake library in my angular 8 project for client side pdf generation. I have installed the pdfmake library modules and it is working fine. but this