How to generate (DOM) PDF in WordPress post editing screen?

Quite new to (WordPress) PHP and trying to generate a custom post invoice via an extra metabox and with the help of the Dompdf library. I found a fix for the front end, but now I’m trying to convert WordPress admin custom post editing screen and here I’m getting stuck.

I’ve found a question on here that basically describes the same question and answer – but for the frontend.
[https://stackoverflow.com/questions/38723772/how-to-use-dompdf-with-wordpress]

My question is: would the same approach – suggested by Matteo Enna – work for the custom post type editing screen in wp admin?

Thanks all, have a great day.

I’ve found a question on here that basically describes the same question and answer – but for the frontend.
[https://stackoverflow.com/questions/38723772/how-to-use-dompdf-with-wordpress]