cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Downloading mashup as PDF

EK_10370207
5-Regular Member

Downloading mashup as PDF

Hello there, I am trying to find a way to print/ save my mashup as a pdf. I saw that the PDF extension did exist at one point in the marketplace but was removed. Most posts I have seen here up to this point have said to create a custom extension but I do not know how to create one to achieve this goal. Could someone help point me in the right direction or show me an extension that has been already made? Thank you.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @EK_10370207 ,

 

This is true that PTC do not suppert any PDF extensions, however there is workaround avalable for you.

Pls follow the link if you are saving the Mashups at Runtime:

https://www.ptc.com/en/support/article/cs255005

 

If you are planning to save Mashup Screen as an image/ PDF, follow the given link:

https://www.ptc.com/en/support/article/cs381883

 

Regards

Bhawna

 

View solution in original post

5 REPLIES 5

Develope the Custom Widget

 

jensc
17-Peridot
(To:EK_10370207)

Hello,

 

Doing a google search gives me plenty of options of saving a website as a PDF.

This is one from Adobe which I suppose is "safe".

 

I'm not sure if this is the type of functionality you were after, but I think it does cover it.

 

Thanks,

Jens

Hello @EK_10370207 ,

 

This is true that PTC do not suppert any PDF extensions, however there is workaround avalable for you.

Pls follow the link if you are saving the Mashups at Runtime:

https://www.ptc.com/en/support/article/cs255005

 

If you are planning to save Mashup Screen as an image/ PDF, follow the given link:

https://www.ptc.com/en/support/article/cs381883

 

Regards

Bhawna

 

Hello @EK_10370207 ,

 

Kindly share if the abovementioned article helped you to fix the issue.

 

Regards

Bhawna

Hello there, the pdf-extension: https://github.com/cbadici/thingworx-pdfgenerator-extension is not working any more, as the used headless browser library "jbrowserdriver" still depends on Java-8. So I ported this to use playwright-java (microsoft/playwright-java: Java version of the Playwright testing and automation library (github.com) instead. 

So a newer extension, working for Thingworx 9.x with OpenJDK11, can be found here:

atondorf/twx.pdf.extension (github.com)

Top Tags