Actually I am waiting for this concepts ,Thanks a lot
@ajitkuranevlogs4981 Жыл бұрын
Sometimes getting error while using the printtopdf server action like "An error while generating pdf" Do you have any solution for this one ?
@mtareinzbern56442 жыл бұрын
Have you ever generating 1000+ page?, Great video btw
@hakimtai5030 Жыл бұрын
How can I implement this in reactive? I have to convert the screen into pdf on click of click with data inside the pdf
@ThetSuTun-s5j5 ай бұрын
it helps to solve my problem. thank you.
@prasathchamp40332 жыл бұрын
how to generate pdf for mobile?
@alaayehia76112 жыл бұрын
I did the same steps in my mobile app but could not find the download function.
@OutSystemsHowTos2 жыл бұрын
Hello Alaa, there are a few more steps for saving files onto a mobile phone. Basically using the "File" plugin from forge. I will make a video of it soon www.outsystems.com/forge/component-overview/1633/file-plugin
@bodmelkartbarkas40762 жыл бұрын
when i try download `ultimate PDF` by leonardo - for outsystem studio 11 i have a information "Application cannot be safely installed in your environment" do you have that same information?
@OutSystemsHowTos2 жыл бұрын
Hello Bodmelkart, you may have some existing apps that this new plugin might impact. hence the platform is trying to alert you. For me, i just go ahead cuz I don't have any serious apps in my environment.
@selvamani3543 жыл бұрын
How we can add Dynamically columns in mobile app, Please give some documentation or videos
@OutSystemsHowTos3 жыл бұрын
Hi Selva, can you elaborate on the use case like what the app/screen is for and what you need to be able to do? Asking because adding columns in a mobile app will introduce horizontal scrolling, which may look bad. People don't usually want that.
@Pandey_Ashish3 жыл бұрын
@@OutSystemsHowTos I believe Selva is asking about adding rows.. and pagination or scroll loading would be the solution..
@thimmareddyravishankarredd61092 жыл бұрын
I am using the same and it got worked for me in Dev environment, but when I deploy the changes in UAT server it generated empty pdf, can you please point me into right direction what could be the potential cause?
@OutSystemsHowTos2 жыл бұрын
Hello, sounds like a permission thing. Make sure that the page you're trying to convert to PDF, is accessible to "anonymous"
@kunalnagrale46713 жыл бұрын
Hello sir i want to download Qr code which Is generate by every users from my app how i can do this
@OutSystemsHowTos3 жыл бұрын
Hello Kunal, can you explain the use case a bit more? It's a bit strange to save QR codes since they're generated by the app for a given value which the app already has somewhere stored.
@Pandey_Ashish3 жыл бұрын
Awsome explanation
@CHULYCUTE3 жыл бұрын
Thanks very much
@mohammadmz1058 Жыл бұрын
Taking the url directly for the browser doesn't take environment into account. Furthermore if you are a long query string, then you may also run into the max query length of the server. Ultimate PDF isn't good for printing (sensitive) content that shouldn't be accessed using a url or for long query string.
@OutSystemsHowTos Жыл бұрын
Each plugin could have some pros and cons. Best way is to try them and see which one fits your needs