Remove Printed Using Helical Insight Text

How to remove “printed using helical insight” text from the PDFs which are exported using Helical Insight Application?

Hi Harika,
You can remove the text “Printed Using Helical Insight” while you are exporting your reports.
Just follow the steps.
“…webapp/WEB-INF/classes/HDIPhantomjs”

On the given above path you will find two files i.e.,
screenshot.js and screenshot_url.js
Open the above two files in edit mode and find the below code
< div style=‘text-shadow:1px 2px 1px rgba(198,184,255,1);font-weight:bold;color:#498FDE;font-size:8px’ >< span style=‘text-align:left;padding:1px’ >Printed using Helical Insight < span style=‘float:right’ >Page " + pageNum + " of " + numPages + “</ span ></ div >”
Now remove “Printed Using Helical Insight” from the code and save the file.

1 Like

With the latest version of 3.0 the path would be
hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\classes\HDIPhantomjs

Also with the newer version you only have to change screenshot.js