Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hi,
I am using the PDF extension to send out pdf reports.
For the static mashup able to generate pdf report by using Create PDF service but, for the dynamic mashup getting blank screen in pdf report.
I want to pass the parameter's to the create pdf service. How can I do this job?
Please provide some idea?
Please find the attached screen shot.
Thanks & Regards
Nagaraj Enamate
Solved! Go to Solution.
Hi @NERaj,
You need to just pass the mashup parameter with the required dynamic value in the URL that you provide in the CreatePDF service.
e.g. <host name>/Thingworx/Mashups/Runtime/index.html#mashup=<mashup name>&<mashup parameter>=<value>
(localhost/Thingworx/Mashups/Runtime/index.html#mashup=LogViewer&LogName=ApplicationLog)
I hope this helps,
Kind regards,
Johan Bester
Hi @NERaj,
You need to just pass the mashup parameter with the required dynamic value in the URL that you provide in the CreatePDF service.
e.g. <host name>/Thingworx/Mashups/Runtime/index.html#mashup=<mashup name>&<mashup parameter>=<value>
(localhost/Thingworx/Mashups/Runtime/index.html#mashup=LogViewer&LogName=ApplicationLog)
I hope this helps,
Kind regards,
Johan Bester