How to generate PDF in OutSystems?

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025

ความคิดเห็น • 21

  • @selvamani354
    @selvamani354 3 ปีที่แล้ว +1

    Actually I am waiting for this concepts ,Thanks a lot

  • @ajitkuranevlogs4981
    @ajitkuranevlogs4981 ปีที่แล้ว

    Sometimes getting error while using the printtopdf server action like "An error while generating pdf" Do you have any solution for this one ?

  • @mtareinzbern5644
    @mtareinzbern5644 2 ปีที่แล้ว +2

    Have you ever generating 1000+ page?, Great video btw

  • @hakimtai5030
    @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-s5j
    @ThetSuTun-s5j 5 หลายเดือนก่อน

    it helps to solve my problem. thank you.

  • @prasathchamp4033
    @prasathchamp4033 2 ปีที่แล้ว +1

    how to generate pdf for mobile?

  • @alaayehia7611
    @alaayehia7611 2 ปีที่แล้ว

    I did the same steps in my mobile app but could not find the download function.

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 ปีที่แล้ว

      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

  • @bodmelkartbarkas4076
    @bodmelkartbarkas4076 2 ปีที่แล้ว

    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?

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 ปีที่แล้ว +1

      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.

  • @selvamani354
    @selvamani354 3 ปีที่แล้ว

    How we can add Dynamically columns in mobile app, Please give some documentation or videos

    • @OutSystemsHowTos
      @OutSystemsHowTos  3 ปีที่แล้ว +1

      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_Ashish
      @Pandey_Ashish 3 ปีที่แล้ว

      @@OutSystemsHowTos I believe Selva is asking about adding rows.. and pagination or scroll loading would be the solution..

  • @thimmareddyravishankarredd6109
    @thimmareddyravishankarredd6109 2 ปีที่แล้ว

    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?

    • @OutSystemsHowTos
      @OutSystemsHowTos  2 ปีที่แล้ว

      Hello, sounds like a permission thing. Make sure that the page you're trying to convert to PDF, is accessible to "anonymous"

  • @kunalnagrale4671
    @kunalnagrale4671 3 ปีที่แล้ว

    Hello sir i want to download Qr code which Is generate by every users from my app how i can do this

    • @OutSystemsHowTos
      @OutSystemsHowTos  3 ปีที่แล้ว

      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_Ashish
    @Pandey_Ashish 3 ปีที่แล้ว +1

    Awsome explanation

  • @CHULYCUTE
    @CHULYCUTE 3 ปีที่แล้ว +1

    Thanks very much

  • @mohammadmz1058
    @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
      @OutSystemsHowTos  ปีที่แล้ว

      Each plugin could have some pros and cons. Best way is to try them and see which one fits your needs