You are not logged in.
Hello,
I have a BIRT report in ReportServer and I would like to open it in PDF with the zoom default on automatic. Is is now fitting to page which on a 1920*1080 screen results in very large letters and numbers. Any way to have this default to automatic or 125%.
Thanks,
Jeroen
Offline
Hi Jeroen,
take a look at the file (within Tomcat's ReportServer folder)
resources/pdf.js/viewer.js
There you should find the property
var kDefaultScale = 'page-width';
in line 20, which hopefully controls the default scale (I haven't tested it).
Cheers
-Arno
Offline
Hello Arno,
Thanks for your quick answer.
Setting it to 'auto' made it open with automatic zoom.
Jeroen
Offline