We are trying to convert PDF Byte Array to image(jpg format) in a JAVA project. We initially used PDFBox library but we are facing issues with the output. The generated PDF documents generated by PDFBox are ok but sometimes the images generated are blank.
Can anyone suggest some reliable and robust PDF libraries for JAVA. We are mainly looking for open source libraries but licensed libraries are also an option.
Thanks