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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Get content from PDF

and1
12-Amethyst

Get content from PDF

Do we have any extension or tools which have a method for get PDF file's content like LoadTxt service from FileRepository?

1 ACCEPTED SOLUTION

Accepted Solutions
LouStein
12-Amethyst
(To:and1)

Here is one extension that uses pdf.js

\Tomcat 8.5\webapps\Thingworx\Common\extensions\ptc-thingview-extension\ui\thingview\js\ptc\thingview

contains pdf.js javascript extension.

https://github.com/mozilla/pdf.js/

Here is samples

https://mozilla.github.io/pdf.js/examples/index.html#interactive-examples

clipboard_image_0.png

Searching thru Tomcat 8.5\webapps\Thingworx\Runtime\js\CombinedExtension...js

clipboard_image_2.png

 

As noted in this community link https://community.ptc.com/t5/ThingWorx-Developers/Is-there-a-document-preview-widget-in-Thingworx/m-p/535582#M26123

you can also use WebFrame for displaying pdf

View solution in original post

2 REPLIES 2
LouStein
12-Amethyst
(To:and1)

Here is one extension that uses pdf.js

\Tomcat 8.5\webapps\Thingworx\Common\extensions\ptc-thingview-extension\ui\thingview\js\ptc\thingview

contains pdf.js javascript extension.

https://github.com/mozilla/pdf.js/

Here is samples

https://mozilla.github.io/pdf.js/examples/index.html#interactive-examples

clipboard_image_0.png

Searching thru Tomcat 8.5\webapps\Thingworx\Runtime\js\CombinedExtension...js

clipboard_image_2.png

 

As noted in this community link https://community.ptc.com/t5/ThingWorx-Developers/Is-there-a-document-preview-widget-in-Thingworx/m-p/535582#M26123

you can also use WebFrame for displaying pdf

slangley
23-Emerald II
(To:LouStein)

Hi @and1.

 

If the response from @LouStein was helpful, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags