When we generate the html file in eDrawings, it creates an html page that we can visualize in the browser.
I wanted to be able to dynamically load the edrawings files on this html page.
In the js code the file content it is loaded into a variable var modelContents = ""! - SC_MODEL_DATA ", the content of the file which appears to be in base64 encode, but I can not do the conversion of any file type.
Is there any way to do this conversion? to be able to load the files dynamically?
Thanks in advance....
SolidworksEdrawings