Convert scanned PDF document to jpg/png or other image format

0
Hi, In one of the POC, I have use-case to convert scanned pdf document (having few pages) to image format (jpg/jpeg/png) and then need to perform some on top of it. So could any help to guide on this – how I can achieve that in mendix ?  
asked
1 answers
0

I am not sure what you want to achieve. Do you want to convert pdf to image or a scanned image to PDF? And do you want to manipulate the PDF or the image? That will make a difference in the solution.

Either way i think you will need a third party java library to do so.

Check out https://stackoverflow.com/questions/4886042/pdf-to-image-using-java for example.

Aspose also offers enterprise quality libraries for such actions, but that comes with a price tag.

answered