About the PDFViewer

Hi.

I’m evaluating the PRO version of webix and have three questions about the PDFViewer.

  1. Could you localize the pdfbar? I can modify the webig_debug.js to have it translated but it’s not clean.

  2. The viewer is used to display several files shown via a tree. I setup an “onAfterLoad” on the viewer that automatically sets the size to auto-width. But it’s doesn’t work for the first document loaded. I could reproduce it in this snippet : http://webix.com/snippet/4ab2b260 (click load two times). What’s wrong?

  3. Do you plan to implement a “print” functionality? Someone already asked it and you answered it was on your pipeline.

Thank you,

Jonathan

Hi,

  1. For now, all toolbar data is defined directly in the config. We plan to add the localization into one of the next releases.

  2. I agree, those methods doesn’t work as expected in such case. For now, you can use scale property if you want to set the initial scale or use setScale within theonPageRender event.

  3. Yes, but not in the nearest release.