utils.downloadPage equivalent that generate PDF in base64-encoded string

It would be nice to have an equivalent to utils.downloadPage that only return it's base64-encoded string so we can pass it to an external REST API.

Example use case: I generate reports from my ReTool app and I need to manually download each of them, prepare an email and then attach those PDFs to it.

What would be nice instead: The app could generate X reports and send them as mail in a single click. All of this being done in a single Javascript query that calls different APIs/queries.

Would you also use a PDF Export (w/o download) feature?

  • Yes
  • No

0 voters