Sending PDF to PC

0
Hi All, Is it possible to transfer pdf report to PC In mendix, like in iOS we can do it using iTunes? Thanks, Prachi
asked
1 answers
2

Hi Prachi,

You can use the standard file download widget in Mendix.

  1. Create a dataview on a page which is connected to a filedocument entity
  2. right click in the dataview
  3. Go to Add widget -> File -> File manager.

This widget lets you download files from the mendix system to your PC.

You can also use the file download action in a microflow. The activity is called: Download File

answered