I'm trying to print some cards of my stack to a pdf, which is basically an illustrated book (lots of images on lots of pages).
The aim is to send via email a custom pdf that only has the pages that the user selects on the mobile app.
There's a problem: Android Mail only supports attachments up to 5mb, and I fear this limit will almost always be surpassed if the user selects more than a few pages.
Is there any kind of workaround to this?
Thanks a million!

