Hello. I'm trying to find a solution which doesn't use a lot of memory. In my case I convert a page of a PDF document to JPG and current realization works with BufferedImage. Is it possible to render a pdf page as an image to a file without loading its content in RAM?
Best regards, Sergey