Generate PDF from already-formatted Glide page

I have a long page (~30+ pages if printed) that I have formatted using the Glide interface that I’d like to make a printable PDF. Due to how Glide works, it gets stuck in the frame and won’t display in full on its own. It is pretty complicated, with filters on rich text components to pull out specific data and display it just right on the page.

I know there are some options to export the data to external templates or even embed a template in a Table cell/column, but this would be a very big/ugly piece of code and I’m not sure how to properly format and filter everything.

Is there any workaround or solution in place?

So you generated HTML & CSS, not a PDF, and now you want to convert it to a PDF?