I need to display a .pdf file in a JavaFX application. I've found various examples of others doing this PDFBox 1.8 with
PDPage.convertToImage(); and then displaying the image. But there is no PDPage.convertToImage() in PDFBox 2.0. How do I display a .pdf file in PDFBox 2.0? Thanks.

