Download a Visualforce Page with Input Form as a PDF in Salesforce

Поделиться
HTML-код
  • Опубликовано: 4 дек 2024

Комментарии • 11

  • @ChrisMarquez
    @ChrisMarquez  2 года назад +1

    Just pointing out that at 16:49 - 20:00 I go over a few mistakes I made in this video.

  • @らんちょ-e5d
    @らんちょ-e5d Год назад +1

    Thank you for this wonderful tutorial! 14:20 I manage to get my requirements where I just need to download the pdf and not store it as an attachment. Cheers!

    • @ChrisMarquez
      @ChrisMarquez  Год назад

      Happy to help! Let me know if there are any topics you would like to see me make a video on.

  • @r90957
    @r90957 9 месяцев назад

    Hi , the requirement is create a visual force page as form for user and render as pdf and next do digital signature. For user do we need to create object to store details of user

  • @deldefe
    @deldefe Год назад

    Hi Chris;
    The file downloads, but it's empty.
    If I use 'content-disposition', 'inline the pdf renders correctly, but when I switch to 'attachment' then it downloads but it does not open (the size of the file is 1KB so I assume it is empty)
    Any ideas?

    • @monishparte9100
      @monishparte9100 Год назад

      Same thing happening to me also

    • @deldefe
      @deldefe Год назад

      It is working now.
      I put the same controller in my two Visualforce pages. Now it's working like a charm.

  • @siddheshparatane5106
    @siddheshparatane5106 Год назад

    Wa can convert intput tag to output. But what’s for selectlist tag?

  • @ayeshanadhia4160
    @ayeshanadhia4160 2 года назад

    Hi Chris, could you pls help me to automatic download of VF page without clicking the Download pdf?

  • @majidzia3752
    @majidzia3752 2 года назад

    how can we take input in vf page rendered as pdf?

    • @ChrisMarquez
      @ChrisMarquez  2 года назад

      Hi Majid. Just to clarify, you're asking how to add input fields on the VF pdf page?