How can I open PDF File in new tab using Binary Data, without using plugin in Traditional Web Outsystem 11?I'm thinking using javascript, see sample for mobile https://www.outsystems.com/forge/component-overview/10446/binary-base64-data-to-pdf
Check this topic to learn how to display PDFs in several manners:
https://www.outsystems.com/forums/discussion/71570/screen-not-found-error/#Post291065
Thank you for this. Is there any method that will not requires a plug in or component?
Yes, your browser should be able to open the PDF so you can point the link to a new tab.
I tried to implement that scenario, but i can't open in new tab for pdf file. My source file of pdf is on shared folder or server directory.
Since there isn't any known component to convert from binary to pdf you may need to create an extension.
There are several examples in C# to convert binary to pdf, this is just one:
https://stackoverflow.com/questions/14111442/convert-binary-data-to-a-pdf-file
I found one, but this is implemented in mobile. not in traditional webhttps://www.outsystems.com/forge/component-overview/10446/binary-base64-data-to-pdf