Hello, This is the first time I'm building PDFBox from source code.
I have downloaded the latest source code of PDFBox from the trunk and have built it using "mvn clean install" as stated on the website. The build process finished without errors. However I'm puzzled... with the pre-built binary version 1.8.5 the method convertToImage() could be called on a PDPage object. When adding the just built 2.0.0-SNAPSHOT to the build path of my application, I cannot invoke this method anymore. Eclipse's code-completion does not list it. Am I missing something? Sincerely, Robert
