Harold Stephen Sierra wrote:
I would like to inquire if this component can build the pdf in background.
I have this screen (preparation and all) that i want to generate reports. Could I download the pdf version of that screen using this component without previewing the screen itself?
I've tried testing it that way, but im getting a "Object reference not set to an instance of an object." error.
I am trying to understand more on how to utilize this component for future applications.
Hi,
I have Used HTMLtoPDF convertor, and achivedthis by connecting screen(that I wanted to download as PDF) with an entry point.
![]()
and used action like this
![]()
pass all the required parameters inthe GEtEntryURL server action, and in generate url , entered this code
MakeAbsoluteURL(GetEntryURL.URL)
In this way I am able to download PDF without preview with single click.
That may help you also
Regards
Seema