Using IcePdf (ver 1.8), I integrate a SwingController into my JPanel to use it in my application. Because the page displayed in SwingController is at a certain position in the controller. How can I get the page coordinate (for example, the upper left corner of the bottom left if the PDF coordinate is used) relative to the whole SwingController , so I can get the page coordinate relative to the JPanel ?
I searched in the IcePDf API API but cannot figure out how to do this. Thanks.
java swing icepdf
Razlo3p
source share