Hi Community,
I need to download pdf file at mobile but not working. in web I have used same logic it is working fine.
how to write logic for mobile?
Thanks & Regards
Ammara Shaikh
Hi Ammara,
check the following posts for the solution:
https://www.outsystems.com/forums/discussion/42537/how-to-download-a-file-in-mobile/
https://www.outsystems.com/forums/discussion/73977/how-to-download-a-file-to-my-mobile-app/
https://www.outsystems.com/forums/discussion/72434/does-anyone-have-a-step-by-step-to-download-file-via-mobile-app/
https://www.outsystems.com/forums/discussion/77697/download-file-in-mobile-app/
Regards
Hi Gonçalves ,
I have used this plugin https://www.outsystems.com/forge/component-overview/9837/pdf-generator-downloader-plugin#:~:text=OutSystems%20Mobile%20plugin%20that%20allows,External%20after%20the%20PDF%20generation.&text=Allows%20on%20device%20PDF%20Generation,directory%20from%20HTML%20or%20URL.
when I'm downloading it download data but not downloading in correct format.
You're downloading a pdf with a JSON expression inside, right?
How do you want to see it?
yes I'm downloading with JSON expression. I want to download in this format see in below image.
So your problem is not the download, it's the pdf creation.
You need to create the pdf with a table structure.
Structure will store the values but our problem is template right we need that in list how structure will help this?
Never used that component but it looks like you can insert a structure.
Does anyone know how to download a PDF on mobile ATTENTION in APK???