Hi Tilman, thank you for your response, in the meanwhile I found the BufferedImage solution, I wrote something like this :
PDFRenderer pr; [....] BufferedImage renderImage = pr.renderImage(1); and added to a extended JPanel that draws an image in the background. I would like to know if there is another way to show the pdf page so I can select text and for example copy it to clipboard. I really don't know if it's possible but it could be useful for me. Best Regards Marcello Magaldi 2016-03-09 15:52 GMT+01:00 Marcello Magaldi <[email protected]>: > Hi, > I cannot see PDFPagePanel class in pdfbox 2.0 , is this deprecated ? If > so, how can I show a pdf page into a jpanel or a jframe ? > > I tried with 1.8.x but in my case it doesn't work so I need to use 2.0 > version and downgrading, I think, is not an option. > > Thanks in advance > Best Regards > > Marcello Magaldi >

