Skip to main content
1-Visitor
March 12, 2019
Question

How to create pdf of mashup?

  • March 12, 2019
  • 1 reply
  • 1075 views

PDF Extension allows you to generate a PDF file out of a specific Mashup. What parameters needs to be passed to create PDF of specific mashup and merge those mashup.Where that pdf got saved?

1 reply

16-Pearl
March 12, 2019

@isha : it requires to call createPDF service having parameters - runtime server mashupname URL, appKey, SystemRepository where report will be generated and the name of output pdf file

 

for ex if you have mashup named as testmashup - then server address would be -http://localhost/Thingworx/Runtime/index.html#mashup=testmashup

 

screenshot attached for reference with parameters- on button click calling createPDF service