Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
We want to open up pdf file stream data (i.e. typically byte stream) in WebFrame control.
Is it possible to do that in Twx?
or
Is there any other widget to open pdf file in Thingworx?
Thanks in advance.
Regards,
Imran
Solved! Go to Solution.
For this we need to copy pdf file to the repository. So this is not acceptable in my case. Anyways
I got other solution to open pdf file in WebFrame in .net.
cbuse describes how to open a PDF into webframe widget here:
I think the PDF has to be in a FileRepository though, so it may not be what you're looking for.
Hi @imshaikh
Hope you are doing good. Could you please confirm if the issue has been resolved.
If yes, please mark the answer as accept as solution for the future reference. Thank you in advance.
Regards-Mohit Goel
For this we need to copy pdf file to the repository. So this is not acceptable in my case. Anyways
I got other solution to open pdf file in WebFrame in .net.
Thanks for all the suggestion provided.