Is there any java library to convert my text file to an image file. can anyone help on this. For Example i have a text file name is "Test.txt". i want to convert that to "Test.jpg or Test.png".
is it possible?
Is there any java library to convert my text file to an image file. can anyone help on this. For Example i have a text file name is "Test.txt". i want to convert that to "Test.jpg or Test.png".
is it possible?
You could probably parse all of the text and write it onto a buffered image Graphics context and then pull all of the pixel data out and save it using ImageIO. It would require a lot of code to get the pagination down though. There is also ASF's FOP that can transform to Tiff/BMP (and a whole slew of other outputs) https://xmlgraphics.apache.org/fop/0.95/output.html#bitmap