I'd like to add a layer over a pdf file (PDF JS) using Kinetic JS. The main purpose is to add annotation comments on a PDF file.
My problem, is that the canvas of the pdf file has different dimensions for each document.
Therefore how can I get the container of the Kinetic JS to match the dimension of the PDF Canvas?
If I turn it out more generally, how do I get a KineticJS container to fit a HTML5 Canvas with variable dimensions?
