NoorRobot
(Noor Hassan)
May 9, 2023, 6:28am
1
I’m using storage bucket to store the pdf files also I’m able to store the files but when passing the same in create form task to display the pdf in action center, unable to display the pdf.
This is the html code which I’m using inside HTML element block.
<embed src={{data.pdf_storage}} width="1000px" height="600px"> </embed>
I also tried this one:
<iframe src={{data.pdfPath}} width=350 height=500></iframe>
And this what I’m getting as an error in orc action center
I have checked these two article but no luck.
Hi,
I need help how to display a PDF document (Invoice) that is located in storage bucket
in Action Center:
[image]
Also, how to define the input argument, type and pass value of that document?
Thx for any suggestion.
Kind Regards,
Vanja
Studio version - 2021.10.4 community edition.
form activities package version - 1.8.0
I am following to documentation section to populate pdf dynamically in uiPath Forms. But it shows empty frame. I am using the below configurations:
HTML control-> content:
<iframe src={{data.pdfPath}} width=350 height=500>
Tried below also, but in vain:
<iframe src=“{{data.pdfPath}}” width=350 height=500>
[image]
UiPath Studio-> FieldFormsCollection
[image]
Below is the output generated:
[image]
T…
Hi Noor,
Please make sure the form argument must includes ‘pdf_storage’ as one of the argument and value should absolute path of the file. If you are using storage file , then you have to use download storage file activity and provide absolute path to form task.
Anil_G
(Anil Gorthi)
May 9, 2023, 8:27am
3
@NoorRobot
The argument names are case sensitive so please make sure the argument are given with same case as given in the form collection
cheers
NoorRobot
(Noor Hassan)
May 9, 2023, 10:12am
4
Thanks guys I was able to fix this issue. I used this in html content
<embed src={{data.pdf_storage}} width="1000px" height="600px"> </embed>
and checked refresh on change
1 Like
system
(system)
Closed
May 12, 2023, 10:12am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.