APEX 22.2 - how to download report region of type "Dynamic Content" (containing HTML) to PDF?
Background: We have an apex reporting app with a report-content region of type "Dynamic Content". The "Source" is set to "PL/SQL Function Body returning a CLOB". The clob contains basic HTML ("div", "header" and "table" elements). The apex app currently has a "Download to PDF" button tied to an dynamic action which is using a javascript utility called "HTML2PDF". That all works fine, but it's a US government client, and they can't/won't allow usage of "HTML2PDF". (They also won't allow "APEX Office Print".)
Question: Does anyone know of a non-3rd-party solution for downloading a report region of type "Dynamic Content" to PDF?