Currently we are using PWS for viewing document and config.js for any changes.
As i had already told you about default browser print preview that it is not working in mac safari i have to find a way to fix it.
Then i came up with the following solution and their drawback
FIX FOR DEFAULT PRINT PREVIEW FOR ALL BROWSER :- (Using webviewer)
Perform all 3 steps and then check doc viewer
(1)
Step : Go to file WebViewer_Developer_Guide.html and open it in a text editor find line overflow:hidden change it to overflow:visible
Drawback : Extra scroll will appear in viewer
(2)
Step : Go to file docViewer.css and open it in a text editor find .pageContainer make position : relative as comment /*position : relative;*/
Drawback : Navigation of page stop working
Step : Go to file docViewer.css and open it in a text editor find textarea.freetext and comment out whole css
(3)
Step : Go to file ReaderControl.css and open it in a text editor find @media print and comment out whole css
Drawback : Navigation of page stop working
Step : Go to file ReaderControl.css and open it in a text editor find #ui-display, .ui-front andcomment out whole css
Drawback : None
Now, You can hit ctrl+p or check print preview in any browser it should work now.
Finally i want to know how can i change the ReaderControl and docViewer css using Config.js this solution is not done by config.js (currently using PWS) kindly guide me to fix it using config.js and steps to done above changes using config.js
On Wednesday, June 3, 2015 at 10:13:30 PM UTC+5:30, anuj nehra wrote: