Pdf generation from native mobile app.

0
Hi All,   Can we generate pdf from native mobile. As on web pages we can do it by using document template. Is there any way to implement this.   Thanks,
asked
2 answers
1

Hi Esequiel,

For native mobile app the same method may not work as on web. Please refer this marketplace component to view, access or generate documents.

https://marketplace.mendix.com/link/component/114252

Regards,

answered
0

Hello Esequiel Alfaro,
You can use same method as in Web.
Create a microflow which generate the pdf and call it in a nanoflow 
which will pass the required entity as parameter to the microflow.

answered